.text {
  margin-left: auto;
  margin-right: auto;

  text-align: center;
  font-family: helvetica, arial, sans-serif;
}

.copyright {
  font-family: helvetica, arial, sans-serif;
  bottom: 5px;
  position:absolute;
  font-size: 10px;
}

#temp {
  display: inline;
}

#green {
  color: green;
}

#red {
  color: red;
}

#orange {
  color: orange;
}

#verdict {
  font-size: 500px;
}

#explanation {
  font-size: 40px;
}
