img {
    max-width: 200px;
}

.center {
    background-color: #2d2d2d;
    color: #e8e8e8;
}
.center-content {
    padding: 40px;
}

body, .side {
    background-color: #0c0c0c;
}

hr.boundary {
    border: 1px solid white;
}

a, a:link, a:visited, a:hover {
    color: #bbbbe7;
    /*text-decoration: none;*/
}

