    body{
    font-family: arial;
    font-size: 10pt;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    }

    a:link{
        color:black;
        text-decoration: none
    }

    a:visited{
        color:black;
        text-decoration: none
    }

    a:hover{
        color:blue;
        text-decoration: none;
    }

    img, video{
    max-width: 680px;
    max-height: 680px;
    pointer-events: none;
    }

    #title{
    width: 80%;
    max-width: 450px;
    position:fixed;
    float: left;
    z-index: 1;
    }

    @media only screen and (max-width: 680px){
    img, video{
    max-width: 100%;
    }