body {
    background-color: #c5ecf2;
    background-image: url("https://melonland.net/images/URANUS.JPG");
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
    color: #371db8;
    position: relative;
    /* Nav Indent */
    margin-right: 180px;
}

#shade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url("https://melonland.net/images/SD152.JPG");
    background-size: cover;
    z-index: -10;
    opacity: 0.3;
}

#overShade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: pointer;
}

header {
    margin-top: -136px;
    text-align: center;
}

header span {
    position: absolute;
    transform: translateX(-50%) translateY(-30%);
    transition-duration: 0.5s;
    filter: drop-shadow(3px 3px 10px #c8c8c8f7);
}

header object {
    width: 500px;
    height: 500px;
    pointer-events: none;
}

nav {
    position: relative;
    max-width: 900px;
    width: 100%;
    margin: auto;
}

nav a {
    font-size: 0.85em;
}

#plonk {
    margin: 280px auto 50px auto;
    padding: 0px 100px;
    max-width: 1200px;
    position: relative;
}

#plonk-inner {
    margin-top: -10px;
    display: flex;
    flex-flow: row;
    gap: 100px;
}

.divider img {
    width: 90%;
    image-rendering: pixelated;
    margin: 20px auto;
    position: relative;
}

.block p,
.block li {
    background-color: #f1f7ff;
    padding: 2px 5px;
    box-shadow: 0px 0px 100px 100px #f1f7ff;
}

a,
a:visited {
    color: #000000;
}

a:hover {
    color: #ffffff;
}

.block ul {
    list-style-image: url("https://melonland.net/images/animated-dog-image-0374.gif");
}

h1,
h2,
h3,
h4 {
    font-family: "TrashHand";
    color: #ff74ff;
    font-size: 2.2em;
    margin-bottom: -15px;
    transform: rotate(-4deg);
    transform-origin: top left;
}

#plonk section h1 {
    font-size: 1.8em;
}

#plonk-inner h1 {
    font-size: 4em;
}

#plonk>section {
    position: relative;
}

.shoutbox {
    width: 100%;
    height: 170px;
    border: 5px double rgb(20, 30, 32);
    outline: 3px dashed #f1f7ff;
}

@media (max-width: 1150px) {
    .floater {
        display: none;
    }

    #plonk {
        padding: 0px 20px;
    }

    #plonk-inner {
        flex-flow: column;
    }
}
