@font-face
{
  font-family: "spleen";
  src: url('fonts/spleen-32x64.otf') format("OpenType");
}
body 
{
  background-color: #FCE6BF;
  color: black;
  font-family: "spleen";
}
.explain0
{
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  font-weight: bold;
  font-size: 1.25em;
  margin-left: 50;
  border: 0.5px #BFBFBF;
  box-shadow: -5px 5px 5px gray, 5px 5px 5px gray;
}