
      body {
        font-family: 'Inter', sans-serif;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        background-color: #f0f0f0;
      }

      .container {
        text-align: center;
      }

      a {
        color: #000;
        text-decoration: none;
      }

      h1, h2 {
        font-size: 3rem;
        margin: 0;
      }

      h2>span {
        color: #c0c0c0;
      }

