@font-face {
  font-family: "Determination";
  src: url("assets/determination.ttf") format("truetype");
}

body {
  margin: 0;
  padding: 0;
  background-color: black;
  font-family: "Determination", monospace;
  color: white;
  text-align: center;
}

.centered-text {
  width: 100%;
}

.centered-text p {
  margin: 100vh 0;
  font-size: 36px;
}

.red {
  color: red;
}
