html, body {
    margin: 0;
    height: 100%;
    background: linear-gradient(0deg, rgba(63,127,157,1) 0%, rgba(11,84,118,1) 100%);
    font-family: 'Segoe UI', Sans-Serif;
    background-attachment: fixed;
 }
 .topbar {
     background: linear-gradient(0deg, rgb(84, 149, 184) 0%, rgba(11,84,118,1) 50%, rgba(63,127,157,1) 50%, rgba(78,151,170,1) 100%);
     width: 100%;
     height: 35px;
     top: 0px;
     position: fixed;
     filter: drop-shadow(0px 0px 7px #000000);
     line-height: 0px;
     padding: 0px 0px;
     z-index: 100000000000000;
 }

 p {color: white; text-shadow: 1px 1px 4px #111;}
 a {color: white; text-shadow: 1px 1px 4px #111; transition: linear 200ms;}
 .link {padding: 0px 12.5px;}
 .active {color: white; text-shadow: 1px 1px 4px #fff;}
 .title {font-size: 19px; margin-bottom: -7px;}