/*font-family: 'Roboto', sans-serif;
font-family: 'Taviraj', serif;*/
.container{
    max-width: 480px;
    position: relative;
    text-align: center;
    margin: auto;
}
html{
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 2em;
    height: 720px;
    
}

.cabecera{
    height: 150px;
    background-color: #2a3a49;
    text-align: center;
       
}
header div img{
    height: auto;
    width: 40%;
    padding: 10px;
}

.logo{
    margin-top: 5%;    
}

main ul li a{

}
.item{
   height: 140px; 
    color: white;
    letter-spacing: 15%;
    padding: 12%;
}
.item1{
    background-color: #00c888;
}
.item2{
    background-color: #a1c517;
}
.item3{
    background-color: #f85e28;
}
.item4{
    background-color: #1c8499;
}
*{
    text-decoration: none;
    box-sizing: border-box;
}
.barra{
    background-color: #2a3a49;
    height: 40px;
}