body {
  background-color: #fff;
  color: #000;
  font-size: 0.9em;
  font-family: sans-serif, helvetica;
  margin: 0;
  padding: 0;
}

 :link {
  color: #c00;
}

 :visited {
  color: #c00;
}

a:hover {
  color: #f50;
}

.container {
  justify-content: center;
  display: flex;
  height: 80%;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
}

.bruh {
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 50px;
}

h1 {
  text-align: center;
  margin: 0;
  padding: 0.6em 2em 0.4em;
  background-color: #900;
  color: #fff;
  font-weight: normal;
  font-size: 1.5em;
  border-bottom: 2px solid #000;
}

.resulttext {
  font-family: Comic Sans MS;
  font-size: 150%;
}

.resulttextlarge {
  font-family: Comic Sans MS;
  font-size: 200%;
}

h2 {
  font-family: Comic Sans MS;
  font-size: 250%;
}

.bigtext {
  font-family: Comic Sans MS;
  font-size: 200%;
}

.smalltext {
  font-family: Comic Sans MS;
  font-size: 150%;
}

.linktext {
  font-family: Comic Sans MS;
  font-size: 150%;
}
