body {
  background-color: #ED4F9B
}

.situation {
  display: block;
  text-align: center;
  margin-top: 5%;
  border-style: solid;
  margin-left: 15%;
  margin-right: 15%;
  height: 80%;
  width: 70%;
  background-color:#00D9FF;
  }

  .situation_text {
    font-size: 24px;
    margin-top: 2%;
    margin-bottom: 2%;}

  input[type=button], input[type=submit], input[type=reset] {
  display: inline-block;
  background-color: #C2FF49;
  border: none;
  color: black;
  margin-bottom: 2%;
  font-size: 32px;
  font-style: oblique;
  padding: 16px 32px;
}
