* {
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
}

li {
    display: inline-block;
    margin-left: 40px;

}

a {
    font-size: 13px;
    color: black;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 2px;
}

ul {
    width: 100%;
    list-style: none;
    padding: 0;
    display: inline-block;
    text-align: center;

}

#text-center span {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}

#logo img {
    width: 66.81px;
    vertical-align: middle;
    margin-top: 15px;
}

#logo {
    width: 200px;
    text-align: center;
    margin-right: 20px;
}

#img {
    height: 80vh;
    background-image: url(https://preview.colorlib.com/theme/rooftop/img/header-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

#text-center {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-family: "Playfair, sans-serif";
}

h1 {
    font-size: 80px;
    font-weight: 2;

}

h1 {
    letter-spacing: 6px;
    position: relative;
    top: -20px;
}

span {
    top: 20px
}

.title {
    font-family: "Playfair Display", serif;
}

.item1 h2 {
    top: 92%;
    left: 50%;
}

.item2 {
    top: -20%;
    left: 50%;
}

.item1 h4 {
    left: 50%;
    top: 10%
}

#menu1 {
    width: 60%;
    height: 78vh;
    margin: auto;
    
}
#daily {
    width: 40%;
    height: 100%;
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-weight :150; 
    font-size: 50;
    
}
#appertizer{
    text-align: center;
    width: 40%;
    height: 1175px;
    display: inline-block;
    vertical-align: middle;
}
#container{
    width: 100%;
    height: 100%;
    display: inline-block;
   
}


