body {
    margin: 0;
    background-color: #1e1e1e;
}

h1, h2 {
    margin: 0;
    font: inherit;
}

.navbar-logo {
    display: inline-block;
    font-family: "Julius Sans One", sans-serif;
    font-size: 16px;
    line-height: 14px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 12px;
    vertical-align: middle;
    height: 28px;
}

.navbar {
    background-color: rgba(23, 23, 23, 1);
    width: 100%;
    position: fixed;
    line-height: 50px;
    vertical-align: middle;
    top: 0;
    z-index: 10;
}

.navbar-separator {
    background-color: #333333;
    width: 100%;
    position: fixed;
    top: 50px;
    height: 1px;
}

.navbar-text {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #f1f1f1;
    padding-right: 12px;
    padding-left: 12px;
    vertical-align: middle;
    letter-spacing: 1px;
    height: 50px;
}

.navbar-text:hover {
    color: #16E590;
}

.selected {
    color: #16E590;
}