﻿#page-content {
    display: flex;
    flex-direction: column;
}
video {
    margin-top: 1rem;
}
video:first-of-type {
    margin-bottom: 1rem;
}
#page-content > h2 {
    text-align: center;
}
#page-content > h2.red {
    color: red;
}