body {
  background-color: white;
  color: black;
  font-family: "CHNOPixelCodeProHinted-Regular";
  margin: 10px;
  padding: 10px;
  overflow: hidden;
  z-index: 1;
}

* {
  box-sizing: border-box;
}

.blue-text {
 color: blue;
}

.green-text {
 color: green;
}

 .red-text {
 color: red;
}

 .white-text {
 color: white;
}

 .black-text {
 color: black;
}
