@font-face {
    font-family: "Star Jedi Hollow";
    src: url('Starjhol.ttf') format('truetype');
}
@font-face {
    font-family: "News Gothic Bold";
    src: url('News\ Gothic\ Bold.ttf') format('truetype');
}
.starfont {
    font-family: "Star Jedi Hollow";
}
.scrollfont {
    font-family: "News Gothic Bold";
}
.cyellow {
    color: yellow;
}
.cblue {
    color: blue;
}
.hidden {
    display: none;
}
@keyframes bignigga {
    from {font-size: 30vh;}
    to {font-size: 3vh;}
}
@keyframes bignigga2 {
    from {margin-bottom: 0px;}
    to {margin-bottom: 4000px;}
}
.beginning {
    font-size: 30vh;
    animation-name: bignigga;
    animation-duration: 9s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.bodyofshit {
    margin-bottom: 0px;
    position: absolute;
    bottom: -2300px;
    left: 0px;
    width: 100vw;
    font-size: 40pt;
    rotate: 1 0 0 45deg;
    line-height: 10vh;
    animation-name: bignigga2;
    animation-duration: 180s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
body{background:#000;color:#ff0037;font-family:monospace;text-align:center;margin:0;padding:0;height:100%}.bgimg{display:hidden;position:fixed;right:0;bottom:0;min-width:100%;min-height:100%}a{text-decoration:none;color:red;cursor:pointer}a:link{color:red}a:visited{color:red}a:hover{color:blue}a:active{color:blue}.container{display:flex;align-items:center;justify-content:center;height:100vh;padding-bottom:20px}.card{display:none;background:rgba(0,0,0,.5);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:25px;width:100%;height:100%}.e{left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#000;position:absolute;cursor:pointer;font-size:20px;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.enter{flex:0 0 120px}.banner{text-shadow:1px 1px 2px #101010,1px 1px 2px #101010}.tag-1{animation:color-change 1s infinite;display:inline;padding-left:3px}td{color:red;text-align:left;padding:10px;padding-left:0;padding-right:0}@keyframes color-change{0%{background-color:red}0%{color:orange}50%{background-color:orange}50%{color:red}100%{background-color:red}100%{color:orange}}.mobile-banner{display:none}@media(max-width:650px){.banner{display:none}.mobile-banner{display:block;font-size:44px}.card{margin:20px;width:90%;padding:5px;}.discord-widget{padding:20px}}
.center{text-align:center;}
.big-fuckers{font-size:32px;}
.vcenter{display:flex;align-items: center; justify-content: center;}