body {
    height: fit-content; width: fit-content;
    margin: 0;
    padding-top: 0.75cm; 
    padding-bottom: 1cm;
    
}

img {
    position: center;
    margin: auto;
    width: 20cm
}
.shelly {
    position: center;
    margin: auto;
    width: 15cm
}
section{
    flex-wrap: wrap;
}
h1 {
    flex-wrap: wrap;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 300%;
    font-style: italic;
    color: gold;
}
h3 {
    text-indent: 4cm;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 200%;
    font-style: italic;
    color: chocolate;
}
p, footer {
    text-indent: 1cm;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 150%;
    color:rgb(55, 55, 199);
}
aside {
    text-align: center;
    font-family: fantasy;
    font-size: 160%;
}

/* "Place an Order" button*/
.ordertoffee, .button-container {
    width: 5cm;
    height: 1.7cm;
    font: 100;
    font-size: larger;
    text-align: center;
    flex: auto;
    display: block;
    margin: 0 auto;
    padding: var(0.6cm); 
    background-color: rgb(165, 42, 144);
    border: 2px;
    border-radius: 40%;
    border-color: gold;
    border-width: 0.12cm;
    border-style: dotted;
    display: flex;
    justify-content: center;
    align-items: center;
}
button:hover {
    background-color: rgb(22, 111, 47);
    
}
/* "Place an Order" button*/


/*3 LINES HAMBURGER MENU BUTTON*/
.menu {
   color: black;
   width: 36px;
   height: 36px;
   background-color: aqua;
   display:flex;
   flex-wrap:wrap;
   flex-direction:row;
   border-radius: 5px;
   padding: 2px;
   justify-self: center;
   justify-content: center;
}
.bar {
    align-self: center;
    justify-content: center;
    justify-self: center;
    align-items: center;
    color: black;
    background-color: black;
    border-radius: 7px;
    transition: 0.4s;
   width: 40px;
   height: 6px;
   margin: 0;
}
/*3 LINES HAMBURGER MENU BUTTON*/

.top {
   background-color: rgb(18, 143, 82);

}
.nav {
    background-color: brown;
    padding-top: 0.5cm;
    padding-bottom: 0.5cm;
    display: flex;
    justify-content: center;
    align-items: center;
}
body {
    
    background-color:rgb(236, 187, 65);
}

img {
    padding: 1cm;
}
.contact {
    padding: 2cm;
    text-align: center;
    height: fit-content; width: fit-content;
    margin: 0;
}
.shelly2 {
    position: center;
    margin: auto;
    width: 15cm
}
.shelly3 {
    position: center;
    margin: auto;
    width: 20cm
}