#poop {
  font-family: Verdana;
  display: inline-block;
  width: 1000px;
  border: 1px solid #000;
  text-align: center;
  font-size: 20px;
}
#DIRECTION {
  font-family: Verdana;
  display: inline-block;
  width: 100px;
  border: 1px solid #000;
  text-align: center;
  font-size: 15px; 
}
button {
  font-size: 15px;
}
body {
  text-align: center;
  font-family: Verdana;
}

#button1 {
  background-color: black;
  border-radius: 0px;
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
}
.button {
  background-color: black;
  border-radius: 0px;
  border: none;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
}
#Font1 {
  font-size: 20px;
}
#Font2 {
  font-size: 17px;
}
#p1 {
  position: relative;
  top: -770px; /*-710*/
  left: -600px;
}
#p2 {
  position: relative;
  top: -770px;
  left: 500px;
}