h1.logo {
  font-family: "OstrichSans";
  font-size: 72px;
  color:#eee;
  padding:10px 0 10px 20px;
  margin:5px;
  background-color:#333;
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OstrichSans";
  src: url('./?mortyurl=https%3A%2F%2Fhakaru-dev.github.io%2Fstatic%2FOstrichSans-Medium.otf');
  font-weight: normal;
  font-style: normal;
}

ul.navbar-nav:nth-child(1) > li:nth-child(1) {
    display: none;
}
