boton-con-esquinas-redondeadas



.boton-personalizado-4 {

text-decoration:none;

font-weight: 600;

font-size: 20px;

color:#333333;

padding-top:15px;

padding-bottom:15px;

padding-left:40px;

padding-right:40px;

background-color:#FFD27D;

border-color: #d8d8d8;

border-width: 3px;

border-style: solid;

border-radius:35px;

}



.boton1{

    text-decoration: none;

    display:inline-block;

    width:35%;

    padding:20px;

    border: 3px solid gray;

    border-radius:50px;

    text-decoration: none;
    
    background: #b8860b;

    color:white;

    font-weight: bold;

    transition: all 0.9s;

    text-align: center;

    font-size: 30px;

    

  }



  .boton1:hover{

 

    background:#8b1226;

    color:white;



  }