.hero-body {
  height: 40vh;
  background: #ffdd00;
  background: linear-gradient(135deg, rgba(255, 221, 0, 1) 0%, rgba(0, 156, 59, 1) 25%, rgba(17, 58, 140, 1) 75%);

  font-family: "Cairo", sans-serif;
}

.hero-body .title {
  color: #f9f9f9;
}

.hero-body .subtitle {
  color: #e6e6e6;
}

.navbar-logo {
  font-family: "Cairo", sans-serif;
  font-weight: bold;
}

.image.is-128x128 img {
  filter: drop-shadow(0 0 0.25rem #D2D2D2);
}

body {
  font-family: "Gowun Dodum", sans-serif;
  font-size: 13pt;
}

code {
  display: block;

  padding: 1em;
  margin: 0.5em 0;
}

@media (max-width: 768px) {
  .hero-body .title.is-1 {
    font-size: 2.5rem;
  }

  .hero-body .subtitle.is-3 {
    font-size: 1.5rem;
  }
}
