.container{
    max-width: 480px;
    position: relative;
    text-align: center;
    margin: auto;
}
html{
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 2em;
    height: 720px;
    
}
*{
    text-decoration: none;
    box-sizing: border-box;
}
.cabecera{
    height: 50px;
    background-color: #88e6c8;
    text-align: left;
       
}
header div img{
    height: auto;
    width: 15%;
    padding: 7px;
    display: inline;

}
.logo{
    margin-top: 2%;  
    margin-left: 2%
}
.h6{
    font-size:15px;
    font-family: 'Taviraj', serif; 
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
