html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    background-color: #1a1a1a;
}
  
img {
    width: 101%;
    margin: -2px;
}


.about-us {
    color: white;
    padding: 20px;
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: auto;
    margin-top: -50%;
}

.about-us h1 {
    text-decoration: underline;
}

/* .reveal{
    opacity: 1;
    transform: translateY(0);
    transition: all 1s ease-in-out;
  } */