    * {
      margin: 0;
    }

    body {
      height: 100vh;
      width: 100vw;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      font-family: "Golos Text", system-ui, sans-serif;
      color: #fff;
      background: linear-gradient(
        45deg,
        #9063a7 0%,
        #2fa9e1 50%,
        #94c11f 100%
      );
    }

    .logo {
      width: 360px;
      height: auto;
    }

    h1 {
      font-size: clamp(1rem, 2vw, 1.5rem);
    }