@font-face {
  font-family: GentCaller;
  src: url('/fonts/gentlemancaller.ttf');
}

h1 {
  font-family: GentCaller;
  text-align: center;
  padding-bottom: 60px;
  font-size: 36pt;
}

.content {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .wrbclogo {
    display: none;
  }
}