html {
    background-color: #2a2b2c;
}
body {
    font-family: 'Verdana', 'Times New Roman', sans-serif;
}
h1 {
    font-weight: bold;
    font-size: 36px;
    color: white;
}
h2 {
    font-weight: bold;
    font-size: 30px;
    color: white;
}
footer {
    text-align: center;
    margin-top: 10%;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: rgba(255, 255, 255, .16);
    color: #2a2b2c;
}
a:link, a:visited {
    color: white;
    text-decoration: none;
}
a:hover {
    color: #e04d20;
    text-decoration: none;
}
.small {
    font-size: 10px;
}
.wrapper {
    margin-top: 100px;
}
.white_box {
    background-color: white;
    text-align: center;
    padding-top: 7px;
    width: auto;
    height: 220px;
}
.special_left {
    background-color: rgba(255, 255, 255, .16);
    text-align: left;
    padding-left: 7%;
    margin-top: 55px;
}
.special_right {
    background-color: rgba(255, 255, 255, .16);
    padding-right: 14%;
    padding-left: 7px;
    float: right;
    margin-left: 60%;
    margin-top: 9.5%;
}
.special_center {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 8%;
}
.justified {
    text-align: justify;
}
.image_box {
    float: left;
    margin-left: 33px;
    width: 600px;
}
.text_box {
    height: 295px;
    text-align: justify;
    padding-top: 25px;
    padding-left: 100px;
    margin-left: 700px;
    color: white;
}
.left_click {
    float: left;
    height: 180px;
    margin-top: 75px;
    margin-left: 33px;
}
.right_click {
    float: right;
    height: 180px;
    margin-top: 75px;
    margin-right: 33px;
    margin-left: 33px;
}