@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

body {
    background: #000000;
    color: #ffffff;
}


.hero {
    padding-top: 80px;
}

.mainText {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainText h1 {
    background: linear-gradient(to top, rgb(255, 227, 153) 0%, rgb(254, 247, 229) 39%) 0% 0% / 100% 1.2em repeat-y text;
    -webkit-text-fill-color: transparent;
    font-family: "Instrument Serif", serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.1;
    max-width: 650px;
    font-size: 8rem;
    opacity: 1;
    transform: none;
    text-align: center;
    margin: 0;
}

.infostealerMain {
    font-family: "Instrument Sans", sans-serif;
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    max-width: 36rem;
}

.cc {
    max-width: 100%;
}

.obamna {
    margin-top: 40px;
    margin-bottom: 60px;
}



.fade {
    opacity: 0;
    animation: fadeIn 1.2s ease-out forwards;
    animation-delay: 0.2s;
  }

  
  .fade2 {
    opacity: 0;
    animation: fadeIn 1.2s ease-out forwards;
    animation-delay: 0.35s;
  }

  .fade3 {
    opacity: 0;
    animation: fadeIn 1.2s ease-out forwards;
    animation-delay: 0.75s;
  }

  
  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }
