:root {
    --main-bg-color: #131516;
    --main-font-color: #d8d4cf;
}

body {
    font-family: sans-serif;
    background-color: var(--main-bg-color);
    color: var(--main-font-color);
    display: grid;
    justify-items: center;
}

#container {
    display: grid;
    margin: 10px;
    max-width: 1280px;
}

video {
    border: 1px solid white;
    width: 80%;
    justify-self: center;
}
