body {
    background-color: black;
    color: white;
    font-family: monospace;
}

.title-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

#mainTitle {
    font-size: 4rem;
    text-align: center;
}

#subTitle {
    font-size: 3rem;
    text-align: center;
}

#mainContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    font-size: 1rem;
}

#blurbContainer {
    max-width: 72rem;
    margin: 0 auto;
}

#demoVideo {
    /* width: 90%; */
    max-width: 72rem;
}

a {
    color:rgb(98, 172, 238)
}