body {
  background-color: black;
  color: white;
}

p {
  font-size: xx-large;
}

#answerDisplay {
  margin-top: 25px;
  width: 100%;
  display: none;
  color: white  
}

#roboger-form {
  margin: auto;
  width: 90%;
}

#rogers-img{
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}