*{
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
}
header{
    background-color: rgb(244, 215, 49);
    padding-left: 15px;
    padding-bottom: 5px;
}
.hero{
    height: 80vh;
    background-image: url(../img/restaurante.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 15px;
}
.hero h2{
    background-color: rgba(244, 215, 49, 0.5);
    text-align: center;
    padding: 10px;
}
.logo{
    font-size: 35px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.menu{
    background-color: rgb(248, 249, 251) ;
    line-height: 35px;
    font-size: large;  
}
.menu h2{
    background-color: rgb(0, 0, 0);
    color: rgb(248, 249, 251);
    text-align: center;
}
div{
    background-color: rgba(244, 215, 49, 0.5);
    margin: 15px;
    padding: 20px;
    border-radius: 25px;
}
footer{
    background-color: rgb(0, 0, 0) ;
    color:  rgb(248, 249, 251);
    text-align: center;
}
footer a {
    color: inherit;
    text-decoration: none;
}

footer a:hover {
    color: rgb(244, 215, 49);
    text-decoration: underline;
}