.nav{
    background-image: url(../images/poster.jpg);
    background-size:100% 100%;
    height: 100vh;
    width: 100vw;
    background-repeat: no-repeat;

}
.nav a{
    text-decoration: none;
    text-align: center;
    color: darkgray;
    font-size: x-large;
    padding: 10px 10px;
}
.nav a:hover{
    background-color: rgb(148, 26, 26);
    color: black;
}
#menu{
    background-image: url(../images/img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 115vh;
    color:black;
    text-align: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bolder;
    font-size: large;
}
p{
    font-size: larger;
}
#order{
    background-image: url(../images/order.jpg);
    background-size: cover;
    padding-right: 50px;
    padding-left: 50px;
    color: white;
}
option{
    color: red;
    background-color: transparent;
}
.container{
    background-image: url(../images/contact.jpg);
    background-size: 100% 50%;
    background-repeat: no-repeat;
    height: 100vh;
    width: 70vw;
    color: aliceblue;
}
