@import url('https://fonts.googleapis.com/css2?family=Comfortaa');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Glitch');
body{
    background-image: linear-gradient(90deg, rgb(19, 6, 32) 0%, rgb(30, 9, 52) 80%, rgb(50, 10, 91) 100%);
    background-color: rgb(13, 5, 22);
}
h1{
    color: rgb(238, 238, 238);
    font-family: verdana;
    font-size: 300%;
    text-align: center;
    text-shadow: 3px 3px 3px #ababab;
}
h2{
    color: rgb(238, 238, 238);
    font-family: Comfortaa;
    font-size: 200%;
    text-align: center;
    text-shadow: 2px 2px 2px #ababab;
}
h3{
    color: rgb(218, 218, 218);
    font-family: Comfortaa;
    font-size: 125%;
    text-align: center;
    text-shadow: 1px 1px 1px #ababab;
}
h4{
    color: rgb(238, 238, 238);
    font-size: 300%;
    text-align: center;
    font-family: Rubik Glitch;
}
p{
    color: rgb(174, 174, 174);
    font-family: Comfortaa;
    text-align: center;
    font-size: 100%
}
a{
    color: rgb(195, 195, 195);
    font-family: Comfortaa;
    text-decoration: none;
}
.center{
    text-align: center;
}
.toplink {
    padding: 10px;
    padding-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    background: #1f1b23;
    border-radius: 15px;
}
.nounderline{
    color: rgb(195, 195, 195);
    font-family: Comfortaa;
    text-decoration-line: none;
}
.topnav{
    background-color: #333;
    overflow: hidden;
    box-shadow: 3px 3px 3px #1a1a1a;
}
.topnav a{
    float: left;
    color: #e1e1e1;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
    font-family: Comfortaa;
}
.topnav a:hover{
    background-color: #a0a0a0;
    color: #333;
}
.topnav a.active{
    background-color: #e1e1e1;
    color: #333;
}