    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    @font-face {
    src: url('instrument-serif.woff2') format('woff2');
    font-family: 'Instrument Serif';
    font-weight: normal;
    font-style: normal;
    }
      

    body {
      background-color: #2b113f;
      font-family: 'Instrument Serif', sans-serif !important;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100vh;
      text-align: center;
    }

    img {
      max-width: 300px;
      height: auto;
    }

    h1 {
      color: #f6c53d;
      font-size: 1.5rem;
      margin-top: 1.5rem;
      letter-spacing: 1px;
    }

    h2 {
      color:rgb(218, 174, 56);
      font-size: 1.3rem;
      margin-top: 1.5rem;
      letter-spacing: 1px;
    }

    h3 {
      color:rgb(218, 174, 56);
      font-size: 0.9rem;
      margin-top: 1.5rem;
      letter-spacing: 1px;
    }

    a {
      color: #f6c53d;
      font-size: 1.5rem;
      margin-top: 1.5rem;
      letter-spacing: 1px;
      text-decoration: underline;
    }
