body {
   font-family: Arial, Helvetica, sans-serif;
   margin: 0;
   padding: 0;
   background: #0e0e0e;
}

canvas {
   position: absolute;
   z-index: -1;
}

.header {
   border-bottom: 3px solid rgb(0, 110, 255);
   width: 100%;
   height: 50px;
   background-color: #202020;
}

.title {
   color: white;
   font-weight: bold;
   font-size: 1.5em;
   width: 8.5em;
   height: 50px;
   vertical-align: middle;
   float: left;
   line-height: 50px;
   margin-left: 25px;
}

.container {
   position: absolute;
   height: 100%;
   width: 100%;
}

.links {
   float: right;
   display: flex;
   height: 100%;
   margin-right: 50px;
}

.links a {
   width: 100px;
   font-size: 20px;
   color: white;
   text-decoration: none;
   text-align: center;
   height: 100%;
   line-height: 50px;
   padding-left: 12px;
   padding-right: 12px;
}

.inactive:hover {
   background-color: #272727;
}

.link-focus {
   background-color: rgb(0, 110, 255);
}

.link-focus:hover {
   background-color: rgb(41, 133, 255);
}

.footer {
   width: 100%;
   height: 30px;
   background-color: #202020;
   border-top: 3px solid rgb(0, 110, 255);
   color: white;
   position: fixed;
   left: 0;
   bottom: 0;
   text-align: center;
   line-height: 30px;
}

#centerlogo {
   width: 392px;
   height: 322px;
   margin: 0 auto;
   margin-top: 50px;
}

#backgroundimage {
   width: 100%;
   height: 100%;
}

#content {
   width: 50%;
   height: 200px;
   margin: 0 auto;
   margin-top: 25px;
   color: rgb(99, 166, 253);
   font-size: 5em;
   font-weight: bold;
   text-align: center;
   line-height: 200px;
}