header {
    background-color: #00152c !important;
}

header a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none !important;
}

header a:hover {
    color: #fff !important;
}

header .avatar {
    position: relative;
    padding: 0.0625rem;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50% !important;
}

header .avatar .crown {
    position: absolute;
    bottom: -2px;
    right: -8px;
}

header .separator {
    width: 1px;
    height: 1.25rem;
    margin: 0 1rem;
    background: rgba(255, 255, 255, .4);
}