header{
	position: absolute;
    z-index: 5;
    width: 100%;
    color: #fff;
    background: #000;
    border-bottom: 1px solid #fafafa24;
    box-shadow: 0 0 59px 14px #fafafa44;
}
nav a{
	font-family: 'Ubuntu Mono';
	color: #B0BEC5;
	font-size: 30px
}
nav .logo img{
    height: 68px;
    margin-top: 0.9rem;
    position: absolute;
}