@charset"utf-8";
/* Reglas Gaenerales*/
html{
    min-height:-webkit-fill-available;
    text-align: center;
    display: inline;
}
body{
    min-height: 100vp;
    min-height:-webkit-fill-available;
    font-family:sans-serif;
    margin: 0;
    padding: 0;
    background-color: blanchedalmond;
    color text-decoration-color: black;
    margin: 30px;
    
}
.barra {
    display: flex;
    justify-content: center;
    border: 3px solid; color: cadetblue;
    border-radius: 0px 20px;
    border-bottom: solid; border-color: cadetblue;
    background-color: cadetblue;
    font-size: 20px;
    color:antiquewhite;
    font-family:sans-serif;
    font-weight: 600;
    text-decoration-color: black;
    
    
    
    
    
}
a{
    text-decoration: none;
    border-bottom-color: darkcyan;
    color: black;
}
h1{
    background-color: cadetblue;
}

    
    
    

    
