/**
     @Author: Gh0xE9 (Po7mn1)
*/
@font-face{ 
     font-family: 'hack'; 
     src : url('../fonts.ttf');
}
.gh0xe9{
     font-size: 115px;
     font-weight: bold;
}
.des{
     color: #FFF;
     font-size: 45px;
}
.avator{
     padding-right: 20px;
     padding-left: 15px;
     width: 50px;
}
body{
     font-family: hack;
     color: rgb(213, 237, 248);
     background: rgb(8, 0, 37);
}
	
.scanline {
     display: flex;
     width: 100%;
     height: 200px;
     left: 0;
     z-index: 8;
     background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(255, 255, 255, .4) 10%, rgba(0, 0, 0, .1) 100%);
     opacity: .5;
     position: absolute;
     bottom: 100%;
     animation: scanline 7s linear infinite;
}

@keyframes scanline {
     0% {
         bottom: 100%
     }
     80% {
         bottom: 100%
     }
     100% {
         bottom: 0
     }
 }

 
li{
     margin: 10px;
     font-size: 35px;
     flex-wrap: wrap;
     display: flex;
     align-items: center;
     color: #FFF;
     line-height: 30px;
}
.container{
     width: 1300px;
     margin: 0 auto;
}
a{
     color: rgb(255, 0, 0);
     text-decoration: none;
}
.title{
     padding-left: 10px;
     border-left: 5px solid #FFF;
     font-size: 35px;
}
footer{
     font-size: 30px;
     position: relative;
     bottom: 0;
     display: flex;
     width: 100%;
     left: 0;
     justify-content: center;
     align-items: center;
}