#vid h1 {
    position: absolute;
    font-size: 36px;
    margin-top: 2%;
    margin-left: 20%;
}
#vid p {
    position: absolute;
    font-size: 24px;
    margin-top: 4.5%;
    margin-left: 20%;
    width: 60%;
}
.video {
    position: absolute;
    margin-top: 8%;
    margin-left: 20%;
    width: 60%;
    aspect-ratio: 16/9;
}