


.fcc-btn {
    background-color: #F18D01;
    color: white;
    border-radius: 25%;
    padding: 15px 25px;
    position: relative;
    top: 20px;
    text-decoration: none;
  }
  
  .fcc-btn:hover {
    background: #27556d;
    text-decoration: none;
    color: aliceblue;
  }
  

  .boton{
    margin: auto;
    width: 200px;
    height: 70px;
  }