body 
{ background-size: cover; background-image: url(https://c.tenor.com/FlCXi2A5RvkAAAAd/tenor.gif);
color: white; font-family: times; cursor: url(https://s3.ezgif.com/tmp/ezgif-3c95294969d3bb.gif), 
auto; display: flex; /* <-- makes flex container */ justify-content: center; /* <-- centers horizontally */ 
} 
#deer { 
  position: absolute; 
  left: 10px; top: 55px; } 
  #textbox {
    padding: 10px; 
    width: 700px; 
    text-align: left; 
    align-items: center; 
    margin-top: 40px; /* push whole box down from top */ 
    font-family: times; color: black; 
    background: white; overflow: auto; 
    border: 1px solid black; } 
    
    #wrap-img { float: left; /* makes the image float to the left */ margin: 0 5px 5px 0; /* adds spacing around it (right & bottom) */ } 
    #wrap-img2 { float: right; /* makes the image float to the left */ margin: 0 5px 5px 0; /* adds spacing around it (right & bottom) */ } 