@font-face {
    font-family: 'KiwiSoda';
    src: url(font/KiwiSoda.ttf);
}
@font-face {
    font-family: "Zpix";
    src: url("/font/Zpix.ttf");
}
@font-face {
    font-family: 'GothicByte';
    src: url(font/GothicByte.ttf);
}
body {
    background-color: black;
    font-family: Roboto, sans-serif;
    color: white;
    text-align: center;
}
    @-webkit-keyframes flicker
    {
        0% {opacity:0;}
        9% {opacity:0;}
        10% {opacity:.5;}
        13% {opacity:0;}
        20% {opacity:.5;}
        25% {opacity:1;}
    }
a {
    color: white;
    text-decoration: none;
    transition: text-shadow 0.3s ease-in-out;
}
a:hover {
    color: white;
    text-shadow: 0 0 10px white, 0 0 10px white;
}
span, p {
    font-size: large;
    padding-top: 350px;
    -webkit-animation: flicker 3s infinite;
    z-index: -1;
    font-family: 'zpix';
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    text-align: center;
    font: bold 0.4vw "Zpix";
    font-family: 'Zpix';
    -webkit-animation: flicker 3s infinite;
    z-index: -1;
}
.pfp {
    width: 110px;
    height: auto;
    filter: grayscale(100%);
    border-radius: 50%;
    -webkit-animation: flicker 3s infinite;
    z-index: -1;
}
.pfp-row {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}
.pfp-item {
    text-align: center;
}
.img {
    position: absolute;
    filter: grayscale(100%);
    font: 14px zpix;
    right: 0.10rem;
    bottom: 0.15rem;
    opacity: 0.50;
    z-index: 0;
    pointer-events: none;
    -webkit-animation: flicker 3s infinite;
    z-index: -1;
}