body {
  font-family: "Anonymous Pro";
  font-size: 14px;
  line-height: 24px;
  color: black;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
}

.go-away {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1 {
  font-size: 14px;
  margin: 0 0 40px 0;
}

a {
  font-weight: bold;
  color: #ff0389;
  border-bottom: 1px solid #ffd1e9;
  text-decoration: none;
  transition: border-bottom 1s;
}

a:hover {
  border-bottom: 1px solid #ff0389;
  transition: border-bottom 0.2s;
}

.site {
  text-align: center;
  margin: 200px 0;
  padding: 0 25%;
}

.site p {
  margin: 0 0 40px 0;
}

.site .horizontal-rule {
  font-size: 10px;
}

.site .duties {
  font-weight: bold;
}

.sorry {
  background-image: url(sorry.png);
  background-size: 250px 13px;
  background-repeat: repeat-x;
}
