*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: #D3C4BE;

}

/* INICIO */



.inicio{
    height: 400px;
    width: 1000px;
    margin-top: 100px;
}

.elegir{
    text-align: center;
    font-style: none;
   font-size: 45px;
   list-style: none;
}

.botonespañol{
    color: black;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.botonespañol:hover{
    color: white;
}

.botoningles{
    color: black;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.botoningles:hover{
    color: white;
}



@media (min-width: 421px) and (max-width: 768px)
{
    .inicio{
        height: 300px;
        width: 750px;
        margin-top: 300px;
    }
    
    .elegir{
        text-align: center;
        font-style: none;
       font-size: 40px;
       list-style: none;
    }
    
    .botonespañol{
        color: black;
        text-decoration: none;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .botonespañol:hover{
        color: white;
    }
    
    .botoningles{
        color: black;
        text-decoration: none;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .botoningles:hover{
        color: white;
    }
    
}







@media (max-width: 430px)
{
    .inicio{
        height: 200px;
        width: 100%;
        margin-top: 200px;
    }
    
    .elegir{
        text-align: center;
        font-style: none;
       font-size: 30px;
       list-style: none;
    }
    
    .botonespañol{
        color: black;
        text-decoration: none;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .botonespañol:hover{
        color: white;
    }
    
    .botoningles{
        color: black;
        text-decoration: none;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .botoningles:hover{
        color: white;
    }
    
}





@media (max-width: 393px)
{
    .inicio{
        height: 150px;
        width: 400px;
        margin-top: 200px;
    }
    
    .elegir{
        text-align: center;
        font-style: none;
       font-size: 20px;
       list-style: none;
    }
    
    .botonespañol{
        color: black;
        text-decoration: none;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .botonespañol:hover{
        color: white;
    }
    
    .botoningles{
        color: black;
        text-decoration: none;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    
    .botoningles:hover{
        color: white;
    }
    
}

