body {
    background-color: Gray;
}

/* change the link color */
a.customlink:link {
    color: #FF0000 !important;
}

a.customlink:visited {
    color: #FF0000 !important;
}

a.customlink:hover {
    color: #FF0000 !important;
    font-weight: bold;
}

#MainBox {
    background-color: black;
}

h2,
h3,
h4 {
    color: red;
}

p,
td {
    color: red;
}

.navbar-toggler {
    width: 47px;
    height: 34px;
    background-color: #FF0000;
    border: none;
}

.navbar-toggler .line {
    width: 100%;
    float: left;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
}


