html, body {
        width: auto !important;
        overflow-x: hidden !important;
    }

    body {
        background-color: #020713;
        margin: 0;
        width: 100vw;
        height: 945px;
        display: flex;
        justify-content: center;
        overflow-y: hidden;

    }

    main {
        position: relative;
        background-image: url(https://affascinantenao.com/go/assets/img/background.webp);
        background-repeat: no-repeat, no-repeat;
        background-size: cover;
        background-position: center center;
        min-width: 100%;
        min-height: 100vh;
    }

    img {
        width: 100%;
    }

    a {
        display: block;
    }

    .container {
        
        position: relative; /* add this line */
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        top: 27%; /* move this line here */
        display: flex;
        box-sizing: border-box;
        text-align: center;
        justify-content: center;
        align-items: center;
      }
   
    @font-face{
        font-family: 'SUNFLOWER';
        src: url('https://affascinantenao.com/go/assets/fonts/SUNFLOWER.TTF') format('truetype');
    }
    
    .Web-Title{
        position:absolute;
        bottom: 108%;
        left: auto;
        color: #fffafa;
        font-size: 60px;
        font-family: 'SUNFLOWER', sans-serif;
        line-height: 1.4;
        font-weight: bold;
       
        background: linear-gradient(360deg, #b8bfc5, #e4e8eb, #fff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .Shadow-Title{
        position: absolute;
        bottom: 107%;
        color: #10192b;
        text-align: center;
        font-family: 'SUNFLOWER', sans-serif;
        font-size: 60px;
        line-height: 1.4;
        font-weight: bold;
    }

    /*content-wrapping EGGC Slots Sitess*/

    .content-wrapping_EGGC {
        width: 46%;
        text-align: center;
        background: linear-gradient(180deg, rgba(222, 234, 255, 0.4), rgba(11, 22, 34, 0.5));
        padding: 25px;
        border-radius: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  
        margin-right: 45px;
        top: 10%;
        
    }
    
    .eggc_web-logo {
        width: 70%;
        object-fit: cover;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .eggc_subtitle {
        margin-top: 5%;
       
        align-items: center;
        object-fit: cover;
      }

      @font-face{
        font-family: 'SUNFLOWER';
        src: url('https://affascinantenao.com/go/assets/fonts/SUNFLOWER.TTF') format(truetype);
      }

    .eggc_subtitle_2{
        margin-top: 1%;
        margin-bottom: 2%;
        font-family:'SUNFLOWER', sans-serif;
        font-size: 38px;
        color: #f9f5ff;
       
        height: 10%;
    }

    
    .eggc_subtitle_3{
        margin-top: 3%;
        font-family:'SUNFLOWER',sans-serif;
        font-size:34px;
        color: #f9f5ff;
        line-height: 1.5;
        
    }
    .eggc_paragraph{
        margin-top: 5%;
        font-family: 'SUNFLOWER',sans-serif;
        font-size: 16px;
        margin-bottom: 30px;
        color: #f9f5ff;
        line-height: 1.9;
    }

    /*button animation*/
    .link {
        display: inline-block;
        font-size: 16px;
        text-decoration: none;
        color: #f9f5ff;
        background: linear-gradient(180deg, #6a64be, #263b57);
        padding: 10px 20px;
        padding-bottom: 5%;
        border-radius: 10px;
        animation-name: zoominout;
        animation-duration:1.5s;
        animation-iteration-count:infinite;
        z-index: 5;
      }
      
      @-webkit-keyframes zoominout {
        0% {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(2);
        }
        20% {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05);
        }
        30% {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
        }
        35% {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05);
        }
        100% {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
        }
      }
      @keyframes zoominout {
        0% {
          -webkit-transform: scale(2);
          -moz-transform: scale(2);
          -ms-transform: scale(2);
          -o-transform: scale(2);
          transform: scale(1);
      
        }
        20% {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05);
        }
        30% {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
        }
        35% {
          -webkit-transform: scale(1.05);
          -moz-transform: scale(1.05);
          -ms-transform: scale(1.05);
          -o-transform: scale(1.05);
          transform: scale(1.05);
        }
        100% {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          -ms-transform: scale(1);
          -o-transform: scale(1);
          transform: scale(1);
        }
      }
       /*End button animation*/
    .footer-Title {
        font-size: 24px;
        text-align: center;
        font-size: 14px;
        right: 20px;
        margin-top: 10px;
        color: white;
        font-family: Arial, Helvetica,
    }

    /*content-wrapping SPIN Slots Sitess*/

    .content-wrapping_SPIN {
        width: 45%;
        text-align: center;
        background: linear-gradient(180deg, rgba(222, 234, 255, 0.4), rgba(11, 22, 34, 0.5));
        padding: 25px;
        border-radius: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-right: 45px;
        top: 10%;
        
    }    
    .spin_web-logo {
        width: 60%;
        margin-top: -4%;
        margin-bottom: 6%;
        object-fit: cover;
        
    }
    .spin_subtitle {
        margin-top: -3%;
        align-items: center;
        object-fit: cover;
      }

      @font-face{
        font-family: 'SUNFLOWER';
        src: url('https://affascinantenao.com/go/assets/fonts/SUNFLOWER.TTF') format(truetype);
      }

    .spin_subtitle_2{
        margin-top: 2%;
        margin-bottom: 2%;
        font-family:'SUNFLOWER', sans-serif;
        font-size: 38px;
        color: #f9f5ff;
       
        height: 10%;
    }
    .spin_subtitle_3{
        margin-top: 4%;
        font-family:'SUNFLOWER',sans-serif;
        font-size:22px;
        color: #f9f5ff;
        line-height: 1.5;
        
    }
    .spin_paragraph{
        margin-top: 7%;
        font-family: 'SUNFLOWER',sans-serif;
        font-size: 15px;
        margin-bottom: 50px;
        color: #f9f5ff;
        line-height: 1.9;
    }

     /*content-wrapping SPIN Slots Sitess*/

    .content-wrapping_PP{
        width: 50%;
        text-align: center;
        padding: 30px;
        border-radius: 20px;  
        margin-right: 45px;
        top: 10%;

    }
    
    .pragmatic {
        width: 28.4%;
        position: absolute;
        left: 4%;
        top: -0.4%;
        object-fit: cover;
    }


    .footer-Title {
        position: relative;
        font-size: 24px;
        text-align: center;
        font-size: 14px;
        left: 0%;
       top: 300px;
        color: white;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
    }