body {  
    background-color :rgb(211, 201, 201)
}

footer { 
    text-align: center;
    padding: 10px;
    font-size: 10px;
    font-style: italic;

}

/* main header and box styling */
h1 { color: white;
     text-align: center;
}
.section1, p {
    font-size: 10px;
    text-align: center;
    color: rgb(252, 246, 246)
}
.section1 {
    background-color: orange;
    text-align: center;
    border-color: white;
    border-radius: 6px;
    border-style: solid;
    border-width: 6px;
    margin: 10px;
    padding: 10px;
    box-shadow: 4px 4px 5px rgb(0, 0, 0);
}


/* starts, main course, desserts styling */
h2{
    font-size: 25px;
    text-align: left;
    
}


/* starts course styling */ 
.section2{
    background-color: white;
    text-align: left;
    border-color: black; 
    border-width: 6px;
    border-style: solid;
}

/* Main Menu course styling */ 
.section3{
    background-color: white;
    text-align: left;
    border-color: black; 
    border-width: 6px;
    border-style: solid;

}

/* Desserts course styling */ 
.section4{
    background-color: white;
    text-align: left;
   border-color: black; 
    border-width: 6px;
    border-style: solid;

}

/* decription and menu list styling */
.Menu-Items {
    background-color:blue;
    text-align: left;
    font-size: 20px;
    color: white;

}

.Description {
    background-color:blue;
    text-align: left;
    font-size: 20px;
    color: white;

}

/* 2 */ 
.Menu-Items2 {
    background-color:lightseagreen;
    text-align: left;
    font-size: 20px;
    color: rgb(250, 254, 255);

}

.Description2 {
    background-color:lightseagreen;
    text-align: left;
    font-size: 20px;
    color: white;

}
/* 3 */ 
.Menu-Items3 {
    background-color:grey;
    text-align: left;
    font-size: 20px;
    color: white;

}

.Description3 {
    background-color:grey;
    text-align: left;
    font-size: 20px;
    color: white;

}

dd { font-weight: bold;
}


p {
    color:black;
}