body > main > p {
    text-align: center;
}

#videos-content {
    margin-top: 2.5rem;
    width: 100%;
}

#videos-content > h2 {
    margin-bottom: 1.25rem;
}

.videos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.video {
    border: 2px solid #ffffff;
    width: 22.25rem;
    height: 12.5rem;
    margin: 0 1.25rem 1.25rem 0;
    background: black;
    transition-delay: 50ms;
    text-decoration: none;
}