h1.logo {
    color: #b00000;
    font-weight: bolder;
}
#logo_panel {
    border-top: 1px solid #b00000;
    border-right: 1px solid #b00000;
    border-left: 1px solid #b00000;
    border-bottom: 1px solid #b00000;
    background: #020202;
}
#menu_panel {
    background: #020202;
    height: 675px;
    border-top: 1px solid #b00000;
    border-right: 1px solid #b00000;
    border-left: 1px solid #b00000;
    border-bottom: 1px solid #b00000;
}
aside {
    background: #020202;
    height: 675px;
    border-top: 1px solid #b00000;
    border-right: 1px solid #b00000;
    border-left: 1px solid #b00000;
    border-bottom: 1px solid #b00000;
}

.section-container.vertical-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #b00000;
}
.section a {
    color: #b00000;
    font-weight: bold;
}
#page_columns {
    width: 101.5%;
}