body {
  background-color: #327345;
  color: #FFFFFF;
  font-family: Sans-Serif;
  text-align: center;
}

p {
  text-shadow: 1px 2px black;
  font-size: 24px;
}

h1 {
  color: black;
  font-size: 48px;
}

.button {
  background-color: #FFFFCB;
  border: none;
  color: black;
  padding: 12px 32px;
  border-radius: 4px;
  text-align: center;
  font-size: 32px;
  margin: 4px 2px;
  cursor: pointer;
}

.bottom-button {
  background-color: #165414;
  border: none;
  color: #FFFFFF;
  padding: 8px 32px;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}