<style>
body {
x`    background-color: #F7FF9F9;
    width: auto;
}
div#b1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgb(220,220,220);
    height 900px;
}
    a:link {
         text-decoration: none;
}
    a:link {
         color: rgb(231,0,23);

}
    a:visited {
         color: rgb(231,0,23);
}
    a:hover {
         color: rgb(220,220,220);
}

.nav1 {
    float: right;
    font-size:20;
    font-weight:bold;
    padding-right:30px;
}


.hdr1 {
   border-top: 14px solid rgb(220,220,220);
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   height: 200px;
   max-width: 1000px;
   min-width: 1000px;
   background-color: rgb(0,0,0);
}

.hdr1b {
   min-width: 1000px;
   border-top: 2px solid rgb(220,220,220);
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   height: 100px;
   width: 1000px;
   background-color: rgb(0,0,0);
}


.hdr2 {
   min-width: 1000px;
   max-width: 1000px;
   margin-top: 0px;
   margin-bottom: 0px;
   height: 50px;
   margin-left: auto;
   margin-right: auto;
   background-color: rgb(0,0,0);
   color: rgb(220,220,220);
   font-size: 17px;
   border-bottom: 2px solid rgb(220,220,220);
}

div#d1 {
   height: 440px;
   width: 1000px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   background-image: url("images/pizza1.jpg");
   background-repeat: no-repeat;
   background-image: contain;
}

.dropbtn {
    background-color: black;
    color: rgb(231,0,23);
    padding: 0px;
    font-size: 20px;
    font-weight:bold;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: rgb(231,0,23);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: black; color: white;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: black;}
</style>
