body {
  background-color: #003300;
  font-family: Ubuntu, "times new roman", times, roman, serif;
}

h1 {
  color: #FFF;
  text-align: center;
}

main {
  text-align: center;
  position: absolute;
  right: 30%;
  top: 10%;
  height: auto;
  width: 800px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px;
  text-align: center;
}
