body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    padding: 0;
}

#LandingPage {
    font-family: "Nunito Sans", Arial, sans-serif;
}

#WelcomeHeader {
    font-size: 4rem;
}

#Content {
    display: flex;
}

#AboutUs {
    margin: 0;
    width: 40rem;
    font-size: 2rem;
    overflow-wrap: break-word;
    padding-right: 10rem
}

#AboutUs p {
    font-size: 1.4rem;
    color: hsl(0, 1%, 30%);
}

video {
    width: 30rem;
}

.MetaAICaption {
    font-size: 0.6rem;
    color: grey;
}