#heading-container {
  background-color: black;
  border: 10px solid rgb(50, 50, 50);
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
}

#heading-text {
  font-size: 50px;
  color: white;
  text-align: center;
  font-family: "Consolas", monospace;
}

#troll {
  background-color: rgb(255, 0, 0);
  color: rgb(255, 255, 0);
}

#disclaimer {
  font-family: "Consolas", serif;
}

#uni {
  display: block;
  margin-left: auto;
  margin-right: auto;

  border: 20px ridge red;
}

body {
  background-color: rgb(255, 242, 199);
}

/* Please work. */
