body {
    background-image: url("../img/background.jpg"); 
    background-color: #fff2e6; 
    height:100vh;
    margin: 0; 
    background-position: top; 
    background-repeat: repeat;
    background-size: auto;
}

a.miboton:link, a.miboton:visited, a.miboton:hover, a.miboton {
    background-color: #47adb3;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 30px;
}

a.otroboton:link, a.otroboton:visited, a.otroboton:hover, a.otroboton {
    background-color: #e67643;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 30px;
}

a.accionboton:link, a.accionboton:visited, a.accionboton:hover, a.accionboton {
    background-color: #4a4a4a;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 30px;
}

.accionboton {
    background-color: #4a4a4a;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 30px;
}
