body {
    margin:0px 150px 0px 150px;
    padding: 0%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #1b110a;
    
}

header{
    color: whitesmoke;
    display: block;
    align-items: center;
    height: 100px;
    margin-top: 0%;
}


h2{
    font-size: 40px;
    margin-left: 40px;
    color: white;
}

/* code for buttons and lists */
button{
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #52372e;
    transition: 0.25s;
    margin-right: 20px;
    margin-top: 20px;
    height: 150px;
}

button:hover{
    transform: translate(-0px, -12px);
}

.Cakes li{
    display: inline-block;
    height: auto;
    width: 450px;
    padding: 5px;
}


.Donuts li {
    display: inline-block;
    height: auto;
    width: 450px;
}

img{
    display: inline-block;
    margin-left: 200px;
    margin-right: 10px;
    border: none;
    border-radius: 5px;
}
