﻿html {
    background: #000;
}

body {
    background-image: url('/Content/Images/lighting-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 100vh;
}