

#wording {
  position: absolute;
  left: 679px;
  top: -0px;
  font-family: "Newsreader";
  cursor: default;
}

#wording2 {
  position: absolute;
  left: 600px;
  top: -0px;
  font-family: "Newsreader";
  cursor: default;
}

#tip {
  background-color: lightgreen;
  border: 5px solid black;
  width:350px;
  font-family: "Newsreader";  
  font-size: 24px;
  position: absolute;
  left: 45% ;
  top: 60px;
  cursor: default;
  border-radius: 10px;
}

#joke {
  background-color: brown;
  border: 5px solid black;
  width:350px;
  font-family: "Newsreader";  
  font-size: 24px;
  position: absolute;
  left: 75%;
  top: 7.5%;
  cursor: default;
  border-radius: 10px;
}

#buyer {
  background-color: #995500; /* Brown */
  color: solid black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: 440px;
  font-family: "Newsreader";  
  border: 3px solid black;
  left: 20px;
}

#button {
    font-family: "Newsreader";  
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 210px;
  max-width: 20%;
}

#square {
  width: 470px;
  height: 550px;
  background-color: gray;
  border-radius: 4px;
  outline: 3px solid #AA5500;
}

#autobuyer {
  background-color: #995500; /* Brown */
  color: solid black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: 20px;
  font-family: "Newsreader";  
  border: 3px solid black;
  left: 20px;
}

#autobuyertwo {
    font-family: "Newsreader";  
  background-color: #995500; /* Brown */
  color: solid black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: 80px;
  left: 20px;
  border: 3px solid black;
}
#autobuyerthree {
    font-family: "Newsreader";  
  background-color: #995500; /* Brown */
  color: solid black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: 140px;
  left: 20px;
  border: 3px solid black;
}
#autobuyerfour {
    font-family: "Newsreader";  
  background-color: #995500; /* Brown */
  color: solid black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  top: 200px;
  left: 20px;
  border: 3px solid black;
}
body {
    font-family: "Newsreader";
  background-color: #D46600;
}