
    body {
      font-size: 16px;
      font-family: 'Open Sans', sans-serif;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;

      background-image: url('../img/abstract.jpg');
      background-size: cover;

    }

    canvas{
      width: 100%;
      position: absolute;      
    }
 
    .container {
      text-align: center;
      padding: 20px;

      position: relative;
      z-index: 2;
    }

    .logo-container {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px; /* Adjust the height as needed */

      
      h1, h2 {
        font-size: 20px;
        color: #333;
        margin-bottom: 10px;
      }
      
      p {
        color: #666;
        margin-bottom: 10px;
      }
      
      .countdown {
        font-weight: 700;
        color: #db338d;
      }
    }