body
{
    font-family: sans-serif;
    background-color: #161616;
    color: #B6B6B6;
    display: flex;
    flex-direction: column;
}

.ConstructionTape
{
    width: 100%;
    height: 50px; 
    background-image: url( '!media/danger.png' );
    background-repeat: repeat-x; 
    background-size: auto; 
}

.Header
{
    background-color: #161616;
    height: 100px;
}

.Body
{
    background-color: #262626;   
}

.Footer
{
    background-color: #161616;
    text-align: center;
}