body {
  color: #010614;
  background-image: url("/theODDditties/BSimitationBG.png");
  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";
  color: #FFA4E1;
}

h2 {
  font-family: "COOPBL";
  color: #FFA4E1;
}

p {
  color: #F3E6D2;
  font-family: "bodyText";
}

a {
  color: #FFA4E1;
}

a:hover {
  color: #8CC8FE;
}

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