@import url(normalize.css);

html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    background-color: #111;
    background-image: url(noise.png);
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    min-height: 580px;
}

video {
    height: 480px;
    cursor: pointer;
}

h1 {
    position: absolute;
    top: 15px;
    margin: 0;
}

span {
    position: absolute;
    bottom: 15px;
    font-size: 12px;
}