html {
    background: #000000;
    color: #eeeeee;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15pt;
}

html, body {
    height: 100%;
    margin: 8px;
}

main {
    display: grid;
    place-items: center;
    width: 100%;
}

.main-logo {
    padding: 16px;
    width: 75%;
    max-width: 1024px;
}

.image-links {
    text-decoration: none;
}
.image-links img {
    height: 48px;
}

.video {
    width: 400px;
    height: 225px;
    max-width: 100%;
}

body {
}
