﻿body {
    background: url("../../Content/images/wall.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jumbotron {
    background: url("../../Content/images/black.jpg");
    color: white;
    border: 3px solid white;
}

.mg-5 {
    margin-top: 5%;
}

hr {
    border: 3px solid white;
}

.date {
    color: white;
    font-weight: bold;
}
