@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');

html {
    background-color: black;
    color: white;
    font-family: 'Press Start 2P', sans-serif;
    font-weight: bold;
}

section {
    background: black;
    color: white;
    border-radius: 1em;
    padding: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 560px;
    text-align: center;
}

img {
    max-width: 90%;
    height: auto;
}

.logo {
    padding-bottom: 15px;
}

.memory {
    font-size: 10px;
    text-align: center;
    font-family: sans-serif;
    font-style: italic;
}

.memory a {
    color: dodgerblue;
    text-decoration: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}