#myDiv > p {
    animation: myMove 4s;
    animation-fill-mode: forwards;
}

@keyframes myMove {
    100% {
        border-left: 15px solid #002046FF;
    }

}

.videoWrapper {
    width: 100%;
    height: 75vh;
}

.videoWrapper iframe {
    width: 100%;
    height: 100%;
}

.standard-padding {
    padding-left: 7.5%;
    padding-right: 7.5%;
}

.universal-section h1 {
    font-family: "kilowattregular", serif;
    letter-spacing: .05em;
    color: #ffffff;
    font-size: 4em;
    font-weight: 700;
    margin: 30px;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, .4);
}

.universal-section p {
    font-family: Lora, serif;
    color: #ffffff;
    font-size: 1em;
    margin: 30px 0;
    line-height: 1.5;
    background-color: #23252b;
}