html, body {
    background: #000000;

    font-family: 'Roboto', Arial, sans-serif;

    color: #FFFFFF;

    margin: 0;
    padding: 0;
}

html {
    font-size: 18px;
}

a {
    color: #FFFFFF;
}

a:hover, a:active {
    text-decoration: none;
}

.container {
    display: flex;

    width: 100%;
    max-width: 800px;
    min-height: 100vh;

    align-items: center;
    justify-content: center;

    flex-direction: column;

    margin: 0 auto;
    padding: 20px;

    text-align: center;

    box-sizing: border-box;
}

video {
    flex-shrink: 0;

    margin-bottom: 2rem;
}

p {
    margin: 1rem 0;
}

p.copyright {
    font-size: 0.8rem;

    margin: 2rem 0 0;
}

p.contact {
    font-size: 0.8rem;
}
