:root {
    --blue: #022140;
    --blue-bg: #02214010;
    --white: #ffffff;
    --black: #000000;
}

#header {
    color: var(--white);
    background-color: var(--blue);
    height: 120px;
    padding: .5em 1em;
    margin: -1em -1em 2em -1em;
    position: relative;
}
#header A {
    color: var(--white);    
}
#header_logo {
    width: 180px;
    margin-top: -40px;
}
#user_box {
	color: var(--white);
    position: absolute;
    right: 1em;
    bottom: 1em;
}
#user_box A {
    text-decoration: none;
    margin-left: 10px;
}