header h1 {

    color: white;
    font-family:"Brygada 1918", serif; 
    font-size: 60px;
    font-weight: 100;
    padding-left: 70px;
     margin-bottom: 0px;
}
 header h2 {
    color: #FFDFA8;
    font-family:"Jim Nightshade", cursive;
    font-size: 75px;
    padding-bottom: 50px;
    padding-left: 160px;
    margin-top: 0px;
}
h3{
    font-family:  "Newsreader", serif;
    color: white;
    padding-left: 50px;
    justify-content: center;
    padding-bottom: 40px;
}
body {
    padding: 0;
    margin: 0; }


nav{
background-color:#9B4D4D;
        padding-top: 10px;
        padding-bottom: 40px;
        padding-left: 90px;
        padding-right: 90px;
        position: fixed;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

        z-index: 1000;

}

header{
background-color:#9B4D4D;
            padding-top: 100px;
            padding-left: 100px;
            background-size: cover;
            background-position: middle right;

                display: flex;
    flex-direction: column;
    padding-bottom: 400px;
    background-image: url(PizzaBack.png);
    align-items: center;

}
header div {
 background-image:url(Ellipse\ 4.png);
 background-repeat: no-repeat;
 padding: 30px 50px;

    width: 793px;
    background-size: 100%;
    height: 242px;
}



#menu { 
    background-color: #9B4D4D;
          
            gap: 30px;
            padding-top: 90px;
            padding-bottom: 300px;
            padding-left: 90px;
            padding-right: 90px;
  

}
#menu div {
    /* background-image:url(Panel\ Image\ Content.png) ; */
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #6d3b4b;opacity: 50;
    border-radius: 60px;
    display: flex;
    gap: 20px;
    justify-content: center;

}
#menu h2{
    font-family:"Jim Nightshade", cursive; ;
color: #FFDFA8;
font-size: 150px;
text-align: center;
/* padding-left: 300px; */
margin-bottom: 0;
}

#menu div img {
    align-self: center;
}
