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

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

}

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

.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 h2 {
    font-family: "kilowattregular", serif;
    letter-spacing: .05em;
    color: #ffffff;
    font-size: 3em;
    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;
}

.universal-section a:link {
    text-decoration: underline;
    color: #dddddd;
    font-family: Lora, serif;
}

.universal-section a:visited {
    text-decoration: underline;
    color: lightblue;
}

.universal-section a:hover {
    text-decoration: none;
    color: goldenrod;
}

.qr_code {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 50%;
    max-width: 300px;
    max-height: 300px;
}


.universal-section li {
    list-style-type: none;
    display: list-item;
    text-align: center;
    overflow-wrap: break-word;

}

.universal-section .one {
    font-size: .8em;
}

@media only screen and (orientation: portrait) {

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

}

.donate-video {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    max-width: 90%;
    height: auto;
}

.donate-video iframe {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    border: none;
}

/* Override to square aspect ratio on small screens */
@media (max-width: 600px) {
    .donate-video iframe {
        aspect-ratio: 1 / 1;
    }
}
