#content
{
    opacity: 100%;
    position: fixed;
    margin: 4px;
    padding: 8px;
    left: 6%;
    bottom: 6%;
}

#contact-name
{
    font-family: "Times New Roman", Times, serif;
    font-size: 38px;
    margin: 0px;
    color: #00FF00CC;
}

#contact-mail
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0px;
    color: #00FF0080;
    text-decoration:none;
}

#video-bg
{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}
