body {
    background-color: white;
}

.flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.vid {
    max-width: 45%;
    margin-top: 5%;
    margin-right: 1.5%;
}

.text-content {
    max-width: 50%;
    color: black;
    margin-left: 2.5%;
    margin-right: 5%;
    margin-top: 1.5%;
}

.container {
    margin-top: 500px;
    background-color: #e8e8e8;
}

h1 {
    margin-left: 0;
}
