﻿html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

video {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    object-fit: cover;
    z-index: -100;
}

h3 {
    color: #fff;
}

.box {
    background: rgba(0,0,0,0.8);
    padding: 8pt;
    border-radius: 8pt;
}
.text-stoke {
    font-size: 60px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #c0c0c0;
    color: #303030;
    font-family: Impact, Charcoal, sans-serif;
    letter-spacing: 3px;
}
