﻿body {
    color: #000000;
    background-color: #212121;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    overflow-x: hidden;
}

.main-content {
    max-width: 850px;
    background-color: #ffffff;
    margin: auto;
    box-shadow: 0 0 5px #000;
}

.container {
    padding-top: 30px;
    padding-bottom: 20px;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #000000;
}

a:link {
    color: #000000;
    text-decoration: underline;
}

a:visited {
    color: #000000;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #000000;
    text-decoration: underline;
}