/* Written By: Jaké the Snaké
   Decription: It's a CSS file. Load the webpage to see what it does.
*/

body {
  background-color: #26e0cd;
  color: black;
  font-family: Comic Sans MS;
}

.buttonBox {
  margin: 0 auto;
  width: 300px;
}

.button {
  width: 100%;
  height: 100%;
  font-size: 24px;
  background-color: white;
  text-decoration: none;
  border: none;
  color: gray;
  padding: 10px;
  text-align: center;
}

.results {
  margin-left: 5px;
  font-size: 125px;
}

.results p{
  color: gray;
}