background-color: tan

h1 { COLOR: blue; font-family: "Bauhaus 93", Helvetica, sans-serif; font-size: 28pt; font-weight: normal; } 

#bI{
	background: url("https://assets.bonappetit.com/photos/5a999b79eb730726d6c7ea55/3:2/w_4347,h_2898,c_limit/peanut_butter_and_jelly.jpg");
}


body {
background-color: tan;
font-family: "Bauhaus 93", Helvetica, sans-serif; font-size: 11.5pt; font-weight: normal; }



#slide {
    position: relative;
    left: -600px;
    width: 500px;
    height: 100px;
    background: ;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}
div {
  width: inline-flex;
  padding: 10px;
  border: 5px solid gray;
  margin: 0;
  background: url("https://assets.bonappetit.com/photos/5a999b79eb730726d6c7ea55/3:2/w_4347,h_2898,c_limit/peanut_butter_and_jelly.jpg");
	float:center;
}