body {
    margin: 0;
    background-color: #0E85C3;
    color: #fff;
    font-family: 'roboto_condensedregular', Roboto, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h1 {
    font-family: 'oswaldregular', Arial, sans-serif;
}

a:link {
    color: #fff;
}

a:visited {
    color: #fff;
}

.row {
    display: flex;
    padding-left: 16px;
}

.last {
    flex-grow: 1;
    margin-bottom: 16px;
}

.content {
    padding-left: 16px;
}

.container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    max-width: 1200px;
}

#video-container {
    width: 100%;
}

.footer {
    display: flex;
    padding: 16px;
    justify-content: flex-end;
    align-content: flex-end;
    align-self: stretch;
    background: #324091;
}

.footer>a {
    margin-left: 16px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
