/* Cutive Mono - self-hosted font with font-display swap */
@font-face {
  font-family: 'Cutive Mono';
  src: url('/fonts/CutiveMono-Regular.woff2') format('woff2'),
       url('/fonts/CutiveMono-Regular.woff') format('woff'),
       url('/fonts/CutiveMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-family: 'Cutive Mono', Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  text-align: center;
  color: #333;
  flex-direction: column;
}

main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  min-height: calc(100vh - 6rem);
}

.footer {
  padding: 20px;
}

h1 {
  font-size: 3rem;
}

@media (max-width: 768px){
  h1 {
    font-size: 5rem;
  }
}

.header-gif img{
  height: 42vh;
}

a {
  color: #333;
}

a:hover {
  color: #000;
}
