body:before {
content: ' ';
height: 100vh;
width: 100vw;
display: block;
position: fixed; 
top: 0; 
left: 0; 
z-index: 100;
background-image: url('https://media.tenor.com/3rFScg7qLsgAAAAM/aren-kuboyasu-kaido-shun.gif');
background-size: cover;
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 5s ease 0s 1 normal forwards;
pointer-events: none;
}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} } 
/* Text */
.mozilla-headline-font {
  font-family: "Mozilla Headline", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
hr {
    color: white;
}
.nav-link:visited {
    color: white;
}
.nav-link:hover {
    color: #3fa8b6;
}
.jump-to-link {
    color: white;
    margin-left: 5px;
    text-align: center;
}
.jump-to-link:hover {
    color: #3fa8b6;
}
a:visited {
    color: white;
}
a:hover {
    color: #3fa8b6;
}
.blingees {
    width: 21%;
}
.gifs {
    width: 30%;
}
.background {
    width: 21%;
}
@media only screen and (max-width: 600px) {
    /* Basic styles */
    h1 {
        color: white;
        font-size: x-large;
        margin-top: 7px;
        text-align: center;
        font-weight: bold;
    }
    h2 {
        color: white;
        font-size: medium;
        margin-top: 7px;
        text-align: center;
        text-decoration: underline;
    }
    body {
        background-color: rgb(0, 0, 0);
    }
    .outer {
        border: 5px solid white;
        border-radius: 3px;
        border-style: groove;
        background-image: url(https://i.ibb.co/3Y8WgBzb/pattern-1200-eed16922c671a3652b102fea5dcc782e.png);
    }
    .inner {
        background-color: #5f2d88;
        border: 3px solid white;
        border-style: groove;
    }
    p {
        color: white;
        font-size: small;
    }
    #header {
        width: 97%;
        height: 15vw;
        margin: auto;
    }
    .buttons {
        margin-right: 5px;
        margin-top: 10px;
    }
    .top-blinkies {
        display: none;
    }
    #header-inner {
        width: 95%;
        height: 75%;
        margin: auto;
        margin-top: 5px;
    }
    /* Nav*/
    #nav {
        margin: auto;
        margin-top: 10px;
        width: 97%;
        height: 20vw; 
    }
    #nav-inner {
        margin: auto;
        margin-top: 5px;
        width: 95%;
        height: 81%;
    }
    #nav-arrow-left {
        margin-top: 15px;
        margin-left: 10px;
    }
    #nav-arrow-right {
        margin-top: 15px;
        margin-right: 10px;
    }
    .nav-link {
        margin-top: 15px;
        margin-right: 5px;
    }
    #blood-divider {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }
    #footer {
        width: 98%;
        margin: auto;
        height: 20vw;
        margin-top: 10px;
    }
    #footer-inner {
        width: 95%;
        height: 80%;
        margin: auto;
        margin-top: 5px;
    }
    .footer-text {
        text-decoration: none;
        margin-top: 20px;
    }
    /* Containers */
    .nav-links-scroll {
        overflow-x: auto;
        margin: auto;
        width: 70%;
    }
    .side-by-side {
        display: flex;
        flex-direction: row;    
    }
    .wrap-side {
        flex-wrap: wrap;
    }
    .scroll {
        overflow-y: auto;
    }
    .floatie {
        display: none
    }
    #graphics-header {
        width: 98%;
        margin: auto;
        margin-top: 10px;
        height: 40vw;
    }
    #graphics-header-inner {
        width: 95%;
        height: 90%;
        margin: auto;
        margin-top: 5px;
    }
    #jump-to {
        width: 100%;
        height: 100%;
        margin-top: 3px;
    }
    #link-arrow-left {
        margin-left: 10px;
    }
    #link-arrow-right {
        margin-right: 10px;
    }
    .graphics {
        width: 98%;
        height: 70vw;
        margin: auto;
        margin-top: 10px;
    }
    .graphics-inner {
        width: 95%;
        height: 90%;
        margin: auto;
        margin-top: 5px;
    }
    .blinkies {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5px;
    }
}
@media only screen and (min-width: 600px) {
    /* Basic styles */
    .blinkies {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5px;
    }
    h1 {
        color: white;
        font-size: x-large;
        margin-top: 7px;
        text-align: center;
        font-weight: bold;
    }
    h2 {
        color: white;
        font-size: medium;
        margin-top: 7px;
        text-align: center;
        text-decoration: underline;
    }
    body {
        background-color: rgb(0, 0, 0);
    }
    .outer {
        border: 5px solid white;
        border-radius: 3px;
        border-style: groove;
        background-image: url(https://i.ibb.co/3Y8WgBzb/pattern-1200-eed16922c671a3652b102fea5dcc782e.png);
    }
    .inner {
        background-color: #5f2d88;
        border: 3px solid white;
        border-style: groove;
    }
    p {
        color: white;
        font-size: small;
    }
    #header {
        width: 97%;
        height: 10vw;
        margin: auto;
    }
    #header-heading {
        margin-top: 12px;
    }
    .buttons {
        margin-right: 5px;
        margin-top: 10px;
    }
    .top-blinkies {
        display: none;
    }
    #header-inner {
        width: 95%;
        height: 75%;
        margin: auto;
        margin-top: 5px;
    }
    /* Nav*/
    #nav {
        margin: auto;
        margin-top: 10px;
        width: 97%;
        height: 10vw; 
    }
    #nav-inner {
        margin: auto;
        margin-top: 5px;
        width: 95%;
        height: 81%;
    }
    #nav-arrow-left {
        margin-top: 15px;
        margin-left: 10px;
    }
    #nav-arrow-right {
        margin-top: 15px;
        margin-right: 10px;
    }
    .nav-link {
        margin-top: 15px;
        margin-right: 5px;
    }
    #blood-divider {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }
    #footer {
        width: 98%;
        margin: auto;
        height: 10vw;
        margin-top: 10px;
    }
    #footer-inner {
        width: 95%;
        height: 80%;
        margin: auto;
        margin-top: 5px;
    }
    .footer-text {
        text-decoration: none;
        margin-top: 20px;
    }
    /* Containers */
    .nav-links-scroll {
        overflow-x: auto;   
        margin: auto;
        width: 70%;
    }
    .side-by-side {
        display: flex;
        flex-direction: row;    
    }
    .wrap-side {
        flex-wrap: wrap;
    }
    .scroll {
        overflow-y: auto;
    }
    .floatie {
        display: none
    }
    #graphics-header {
        width: 98%;
        margin: auto;
        margin-top: 10px;
        height: 20vw;
    }
    #graphics-header-inner {
        width: 95%;
        height: 90%;
        margin: auto;
        margin-top: 5px;
    }
    #jump-to {
        width: 100%;
        height: 100%;
        margin-top: 3px;
    }
    #link-arrow-left {
        margin-left: 10px;
    }
    #link-arrow-right {
        margin-right: 10px;
    }
    .graphics {
        width: 98%;
        height: 50vw;
        margin: auto;
        margin-top: 10px;
    }
    .graphics-inner {
        width: 95%;
        height: 90%;
        margin: auto;
        margin-top: 5px;
    }
}
@media only screen and (min-width: 992px) {
    /* Basic styles */
    .blinkies {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-top: 5px;
    }
    h1 {
        color: white;
        font-size: x-large;
        margin-top: 7px;
        text-align: center;
        font-weight: bold;
    }
    h2 {
        color: white;
        font-size: medium;
        margin-top: 7px;
        text-align: center;
        text-decoration: underline;
    }
    body {
        background-image: url(https://i.ibb.co/wFpRw1dM/879b50ea6bdb98f59090efe97afd956f.jpg);
        background-repeat: no-repeat;
        background-size: 70%;
        background-position: center top;
        background-attachment: fixed;
        background-color: #fcd1fc;
    }
    .outer {
        border: 5px solid white;
        border-radius: 3px;
        border-style: groove;
        background-image: url(https://i.ibb.co/3Y8WgBzb/pattern-1200-eed16922c671a3652b102fea5dcc782e.png);
    }
    .inner {
        background-color: #5f2d88;
        border: 3px solid white;
        border-style: groove;
    }
    p {
        color: white;
        font-size: small;
    }
    #header {
        width: 70%;
        height: 10vw;
        margin: auto;
    }
    #header-heading {
        margin-top: 30px;
    }
    .buttons {
        margin-right: 5px;
        margin-top: 10px;
    }
    #moving-buttons {
        width: 70%;
        margin: auto;
    }
    .top-blinkies {
        display: initial;
    }
    #header-inner {
        width: 95%;
        height: 75%;
        margin: auto;
        margin-top: 5px;
    }
    /* Nav*/
    #nav {
        margin: auto;
        margin-top: 20vw;
        width: 70%;
        height: 10vw; 
    }
    #nav-inner {
        margin: auto;
        margin-top: 5px;
        width: 95%;
        height: 81%;
    }
    #nav-arrow-left {
        margin-top: 30px;
        margin-left: 30px;
    }
    #nav-arrow-right {
        margin-top: 30px;
        margin-right: 30px;
    }
    .nav-link {
        margin-top: 30px;
        margin-right: 5px;
    }
    #blood-divider {
        width: 100%;
        margin: auto;
        margin-top: 20px;
    }
    #footer {
        width: 98%;
        margin: auto;
        height: 10vw;
        margin-top: 10px;
    }
    #footer-inner {
        width: 95%;
        height: 80%;
        margin: auto;
        margin-top: 5px;
    }
    .footer-text {
        text-decoration: none;
        margin-top: 30px;
    }
    /* Containers */
    .nav-links-scroll {
        overflow-x: auto;   
        margin: auto;
        width: 80%;
    }
    .side-by-side {
        display: flex;
        flex-direction: row;    
    }
    .wrap-side {
        flex-wrap: wrap;
    }
    .scroll {
        overflow-y: auto;
    }
    .floatie {
        display: initial;
    }
    #graphics-header {
        width: 98%;
        margin: auto;
        margin-top: 10px;
        height: 15vw;
    }
    #graphics-header-inner {
        width: 95%;
        height: 90%;
        margin: auto;
        margin-top: 5px;
    }
    #jump-to {
        width: 100%;
        height: 100%;
        margin-top: 3px;
    }
    #link-arrow-left {
        margin-left: 10px;
    }
    #link-arrow-right {
        margin-right: 10px;
    }
    .graphics {
        width: 98%;
        height: 30vw;
        margin: auto;
        margin-top: 10px;
    }
    .graphics-inner {
        width: 95%;
        height: 90%;
        margin: auto;
        margin-top: 5px;
    }
    .hidden {
        display: none;
    }
}