﻿html {
    background-color: #000;
}

body {
    background-color: #000;
    color: #dee2e6;
    min-height: 100vh;
}

body .body-content > main a,
body .body-content > main a:visited,
body footer a,
body footer a:visited {
    color: #6ea8fe;
}

body .body-content > main a:hover,
body footer a:hover {
    color: #9ec5fe;
}

body footer,
body footer p {
    color: rgba(255, 255, 255, 0.65);
}

.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

input,
select,
textarea {
    max-width: 280px;
}
