﻿body {
    background-image: url('/assets/img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.copyright {
    font-size: 12px !important;
    font-variant: normal !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    color: gray !important;
}

    .copyright a {
        color: gray !important;
        text-decoration: none !important;
    }