body {
  color: #010614;;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@font-face {
  font-family: "COOPBL";
  src: url("/theODDditties/COOPBL.otf") format("opentype");
}

@font-face {
  font-family: "bodyText";
  src: url("/theODDditties/Hobo%20BT.otf") format("opentype");
}

h1 {
  font-family: "COOPBL";
}

h2 {
  font-family: "COOPBL";
}

p {
  font-family: "bodyText";
}

.box {
  border: 4px solid;
  padding: 10px;
  margin: 10px;
  display: inline-block;
  text-align: center;
}