body {
  background-color: white;
  color: black;
  font-family: Verdana;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.content{
    background: white;
    border: 10px solid #000;
    box-shadow: 8px 8px white;
    margin: auto;
    padding: 25px;
    color: black;
    width: 50%;
}

div {
  display: block;
}

.custom{
  background: gray;
  color: white;
  font-family: 'BPnoScript';
  src: url(https://humantooth.neocities.org/fonts/BPnoScript.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  width: 50%;
  height: 500px;
  border: 15px hidden #fffT;
  }