body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  
    background-image:url("../images/paperbackground.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
    padding:1rem;
    width:600px;
    height:540px;
  }
  button {
      background-color: #fed02c;
      border: none;
      color: white;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
    }
    div.heading {
      color: #690808;
      display: block;
    position: absolute;
    left: 555px;
    top: 10px;
      font-weight: bold;
    }
    div.about {
      position: absolute;
      left: 240px;
      top: 480px;
    }
    div.about2 {
      position: absolute;
      left: 595px;
      top: 520px;
    }
    .container {
      position: absolute;
      left: 350px;
      top: 100px;
    }
    
    .image {
      display: block;
      width: 600px;
      height: 420px;
    }
    
    .overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      height: 385px;
      width: 555px;
      opacity: 0;
      transition: .5s ease;
      background-color: #75412b;
    }
    
    .container:hover .overlay {
      opacity: 1;
    }
    
    div.coat {
      position: absolute;
      top: 55px;
      left: 45px;
    }
    div.hat {
      position: absolute;
      top: 3px;
      left: 260px;
    }
    div.sandwiches {
      position: absolute;
      top: 195px;
      left: 320px;
    }
    