﻿    html,
    body {
        margin: 0;
        padding: 0;
    }
    
    html,
    body {
        height: 100%;
    }

    video {
        margin-top: 3%;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    
    div {
        font-size: 24px;
        text-align: center;
        padding-top: 3px;
    }
    
    a {
        color: rgb(0, 0, 255);
        padding-left: 6px;
        padding-right: 36px;
    }
    
    a:hover,
    .active {
        color: rgb(255, 0, 0);
    }
    
    video#myVideo {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 1;
        min-height: 95%;
        height: 95%;
        -webkit-transform: translate(-50%, -53%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -53%);
    }
