html {
    background-color: rgb(44, 44, 44);
    color: white;
    height: 100%;
}
body {
    height: 100%;
}
#content {
    margin: auto 5%;
}
.content-image {
    border-radius: 10%;
    width: 75%;
    margin: 2% auto;
    display: block;
    border: solid white;
}
#page-title {
    flex: 0 1 auto;
    margin: auto;
    text-align:center;
}
p {
    font-size: larger;
}
footer {
    margin-top: 3%;
    background-color: black;
    width: 100%;
    bottom: 0;
    text-indent: 3%;
}
video{
    width: 75%;
    margin: 2% auto;
    display: block;
    border: solid white;
}