body {
    background: #0A0A0A;
}
h1.title {
    color: #000000;
    font-family: 'Times New Roman', Times, serif;
    font-size: 50px;
    text-align: center;
    text-shadow:
        0 0 7px #08bbb5,
        0 0 10px #08bbb5,
        0 0 21px #08bbb5,
        0 0 42px #046a66,
        0 0 82px #046a66,
        0 0 92px #046a66,
        0 0 102px #046a66,
        0 0 151px #046a66;
}
h2 {
    color: #F0F0F0;
    font-family: 'Times New Roman', Times, serif;
}
h3 {
    color: #F0F0F0;
    font-family: 'Times New Roman', Times, serif;
}
h4{
    color: #F0F0F0;
    font-family: 'Times New Roman', Times, serif;
}
h5 {
    color: #F0F0F0;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}
.quote {
    color: #606060;
    text-align: center;
    float:left;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}
.column {
    float: left;
    width: 31%;
    padding:1%;
}
.column:after {
    display: table;
    clear: both;
}
@media screen and (max-width: 600px) {
.column {
      width: 100%;
    }
}
p {
    color: #FFFFFF;
    font-family: 'Times New Roman', Times, serif;
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}
ul {
    color: #FFFFFF;
    font-family: 'Times New Roman', Times, serif;
}
ol {
    color: #FFFFFF;
    font-family: 'Times New Roman', Times, serif;
}

th {
    color: #FFFFFF;
    font-family: 'Times New Roman', Times, serif;  
}
td {
    color: #FFFFFF;
    font-family: 'Times New Roman', Times, serif;
}
a {
    font-family: 'Times New Roman', Times, serif;
    color: #036a66;
}
br {
    padding-bottom: 20px;
}