﻿body {
    background: #000000;
    color: #ffffff;
}

.container {
    text-align: center;
    border : none 0;
}

.error
{
    font-size : 2rem;
    font-weight : 900;
}

.editIcon
{
    font-size : 30px;
    padding : 10px;
    color : #ff0000;
    text-shadow: 3px 3px 3px #ffd800;
}

a.directLink {
    display: block;
    font-size: large;
    font-weight: bold;
    color : #FFFFFF;
}

video {
    max-width: 100%;
    height: auto;
}