html,
body {
    margin: 0px;
    padding: 0;
    background-color: rgb(14, 14, 14);
    color: whitesmoke;
}

.footer {
    background-color: rgb(24, 24, 24);
    color: rgba(255, 255, 255, 0.5);
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.sameline {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.inline {
    display: inline-block;
}

.block {
    padding: 40px;
    width: 100vw;
    height: 100vh;
}

.full-screen {
    width: 100%;
    height: 100%;
}

.icon {
    width: 3em;
    height: 3em;
}

.center-vertical {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center-horizontal {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

h1 {
    color: white;
}

video {
    object-fit: fill;
}