@import url('https://fonts.googleapis.com/css2?family=Aoboshi+One&family=Bungee&family=Orbitron:wght@900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Orbitron', sans-serif;
}

* a{
    text-decoration: none;
    color: #100c08;
}

.reset{
    clear:both;
}

body{
    background-color: #990000;
    color: whitesmoke;
}
header img{
    width: 7rem;
    transition: 0.3s;
}

header a{
    transition: 0.3s;

}

.hover{
    transition: 0.3s;
    font-size: 150%;
}

header a:hover{
    font-size: 150%;
}

header img:hover{
    width: 9rem;
}

.navi{
    background-color: whitesmoke;
    color: #100c08;
}

.faicon{
    color: whitesmoke !important;
}

.float{
    float: left;
}

.navigtext {
    font-size: 3em;
    margin-left: 0.5em;
}

.hated a{
    transition: 0.3s;
    color: whitesmoke;
}

.hated h2{
    background-color: #100c08;
    transition: .4s;
}

.hated h2:hover{
    background-color: whitesmoke;
    color: #100c08;
    width: 120%;
}

.hater{
width: 30%;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;

}
.vertfloat{
    display: flex;
    flex-direction: column;
}
.media{
    font-size: 6em;
}

.faicon{
    transition: .4s;
}

.faicon:hover{
    color: #100c08 !important;
}

.rtext{
    padding-left: 2rem;
}
.title{
    font-size: 1.5em;
    padding-top: 2em;
    padding-bottom: 2em;
}

.mediatitle{
    font-size: 2.5em;
}

.psyop{
    position: fixed;
  bottom: 0;
  right: 0;
  padding-right: 5em;
  padding-bottom: 5em;
}

.margin{
    margin-top: 8vh;
}

.lobotom{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.text{
    color: whitesmoke;
    transition: .2s;
}

.text:hover{
    color: #100c08;
}

@media screen and (max-width:  768px){
    *{
        text-align: center;
    }

    .title{
        font-size: 1.2em;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    header img{
        display: none;
    }

    .hater{
        width: 100%;
        font-size: 1.5em;
    }

    .psyop{
        position: relative;
        justify-content: center;
        padding: 0;
    }
    .media{
        font-size: 4em;
    }

    .lobotom{
        display: none;
    }

    .rtext{
        padding: 0;
    }

    header a:hover{
        font-size: 100%;
    }

    .margin{
        margin-top: 0;
    }
}
