
@font-face
{
    font-family: blitz;
    font-weight: normal;
    src: url(fonts/BlitzMain.otf);
}
@font-face
{
    font-family: blitz;
    font-weight: bold;
    src: url(fonts/BlitzBold.otf);
}
@font-face
{
    font-family: rowdy;
    src: url(fonts/FOT-RowdyStd-EB.otf);
}
@font-face
{
    font-family: splalterna;
    src: url(fonts/SpAlterna-Regular.otf);
}


body
{
    margin: 0;
    background-image: url("images/graphics/splattertile.png");
    animation: bg-move 25s infinite linear;
}
@keyframes bg-move
{
    0%{
        background-position: 0 0;
    }
    100%{
        background-position: 300px 900px;
    }
}
#bg-gradient
{
    position: fixed;
    background-image: linear-gradient(0deg, #005632, #053e62);
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: overlay;
}

.header
{
    position: absolute;
    image-rendering: pixelated;
    height: 190px;
    left: 20px;
    top: 20px;
    z-index: 120;
    animation: header-bob 1s alternate ease-in-out infinite;
    filter: drop-shadow(11px 12px 6px #000320e0) drop-shadow(-2px 6px 7px #00e1a5) drop-shadow(-1px -8px 10px #dcff40e0);
}

@keyframes header-bob
{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(3px);
    }
}

main
{
    display: flex;
    justify-content: center;
}

.main
{
    height: 1200px;
    width: 1300px;
    margin: 70px 50px 50px 50px;
    background-color: #1137ff80;
    backdrop-filter: blur(7px) brightness(2);
    border-radius: 100px;
}

.float
{
    shape-margin: 20px;
}

.splatter
{
    position: absolute;
    filter: drop-shadow(11px 12px 6px #000320e0) drop-shadow(-2px 6px 7px #00e1a5) drop-shadow(-1px -8px 10px #dcff40e0);
    overflow: clip;
    color: #01104a;
}

.splatter1
{
    width: 631px;
    height: 602px;
    background-image: url("images/graphics/splatter1.png");
    top: 50px;
    left: -100px;
}
.left1
{
    float: left;
    height: 602px;
    width: 342px;
    shape-outside: url("images/graphics/splatter1left.png");
}
.right1
{
    float: right;
    height: 602px;
    width: 289px;
    shape-outside: url("images/graphics/splatter1right.png");
}

.splatter2
{
    width: 864px;
    height: 639px;
    background-image: url("images/graphics/splatter2.png");
    right: -100px;
    top: -50px;
}
.left2
{
    float: left;
    height: 639px;
    width: 624px;
    shape-outside: url("images/graphics/splatter2left.png");
}
.right2
{
    float: right;
    height: 639px;
    width: 240px;
    shape-outside: url("images/graphics/splatter2right.png");
}

.splatter3
{
    height: 731px;
    width: 736px;
    background-image: url("images/graphics/splatter3.png");
    right: 80px;
    top: 300px;
}
.left3
{
    float: left;
    height: 731px;
    width: 195px;
    shape-outside: url("images/graphics/splatter3left.png");
}
.right3
{
    float: right;
    height: 731px;
    width: 541px;
    shape-outside: url("images/graphics/splatter3right.png");
}
h1, h2, p, li
{
    filter: drop-shadow(2px 2px 2px #00ff72);
}
h1
{
    text-align: center;
    font-family: rowdy;
    line-height: 33px;
    font-size: 32px;
}
h2
{
    text-align: right;
    font-family: blitz;
    font-weight: bold;
    font-size: 17px;
}
p, li
{
    font-family: blitz;
    line-height: 20px;
    list-style-position: inside;
}

a:link
{
    color: #0022ff;
}
a:visited
{
    color: #005fc3;

}

#sendouframe
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    height: 490px;
    border-radius: 0 150px 0 100px;
    overflow: clip;
}
iframe
{
    position: relative;
    width: 100%;
    height: calc(350px + 100%);
    top: -350px;

    border: none;
    mix-blend-mode: overlay;

}

.splat-img
{
    mix-blend-mode: soft-light;
    position: absolute;
    z-index: 10;
    pointer-events: none;
}

#agent3
{
    left: -250px;
    top: 360px;
    transform: rotateY(180deg);
}

#pjackk
{
    height: 400px;
}
#pjackkdiv
{
    overflow: clip;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 770px;
    height: 190px;
}

#sponge
{
    right: 440px;
    top: -30px;
    height: 300px;
}

#inkling
{
    transform: rotateY(180deg);
    right: -120px;
    top: 350px;
}

#yelling
{
    right: 170px;
    bottom: 300px;
}