.textbox {
        border: solid;
        border-color: white;
        border-width: 6px;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        max-width: 800px;
      }
      
      @font-face {
        font-family: 'Ithaca';
        src: url('/fonts/Ithaca.ttf');
      }
    
      body {
        background-color: #15151A;
        text-align: center;
        font-family: 'Ithaca';
        font-size: 32px;
        color: white;
        src: url('/fonts/Ithaca.ttf');
      }
      
      p {
        font-family: 'Roboto';
        font-size: 24px;
        line-height: 30px;
      }
      
      h2 {
        font-size: 28;
        line-height: 30px;  
      }
      
      h3 {
        font-family: 'Roboto';
        font-size: 28px;
        font-weight: bold;
      }
        
      button {
        background-color: white;
        text-align: center;
        font-family: inherit;
        font-size: 48px;
        color: #15151A;
        src: url('/fonts/Ithaca.ttf');
        border-width: 5px;
        border-color: white;
        border-style: solid;
        cursor: pointer;
        width: 200px;
        height: 60px;
      }
      
      .currentpage button {
        background-color: #15151A;
        text-align: center;
        font-family: inherit;
        font-size: 48px;
        color: white;
        src: url('/fonts/Ithaca.ttf');
        border-width: 5px;
        border-color: white;
        border-style: solid;
        cursor: pointer;
        width: 200px;
        height: 60px;
      }
      
      .wrap-flex {
        display: flex;
        align-items: stretch;
        justify-content: center;
        gap: 10px;
      }