body{
    background-color:rgb(153, 115, 0);
    font-family: 'Cookie', cursive;
}
 
header{
    margin:0% 20% 0%;
} 
ul>li>a{
    margin-top: 1%;
    color: white;
    font-family: 'Zilla Slab', serif;
    text-align: center;
    font-weight: bold;
    font-size:100%;
}
#orderBtn{
    margin-top:-39%;
    width:20%;
    background-color: white;
    color: rgb(153, 115, 0);
}
#description{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* background-color: beige; */
     width:53%;
     height: 10%;
    margin:-18% 26% 0%;
    align-items: center;
}
#about_us, #contact{
    width:40%;
    font-weight: bold; 
    color: white; 
    font-family: 'Cookie', cursive;
    font-size: 150%;
}
#new-first-name, #new-last-name, .new-delivery, .new-size, .new-topping, .new-crust{
    border: none;
    border-bottom: 2px solid;
    background: transparent;
    outline: none;
    height: 1%;
    color:black;
    width:150%;
}

#pizzaOrders{
    display: none;
    float: right;
    margin: -50% 0 0 0;
    width:23%;
    color: black;
    background-color:beige;

}


