body {
    background-color: black;
    background-image: url("../images/background.gif");
    background-repeat: repeat;
    padding: 0%;
    margin: 0%;
}

.siteTitle {
    font-size: 500%;
    font-family: "Comic Sans MS";
    margin: 1%;
}

.newsScroll {
    font-family: "Comic Sans MS";
    height: 15%;
    background-color: black;
    padding: 0.25%;
    color: yellow;
}

.loginDiv {
    background-image: url("../images/jonathon.png");
    position: fixed;
    width: 11%;
    height: 20%;
    padding: 10px;
    right: -100%;
    bottom: 0%;
    background-size: 100%;
}

.menu {
    width: 85%;
    margin: 2%;
}

.menuButton {
    width: 15%;
    height: 100%;
    border-style: outset;
    border-width: 10000%;
    margin: 0.5%;
    font-family: "Comic Sans MS";
    font-size: 225%;
}

.menuButton:hover {
    width: 15%;
    height: 100%;
    border-style: inset;
    border-width: 10000%;
    margin: 0.5%;
    font-family: "Comic Sans MS";
    font-size: 225%;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#figgleRadio {
    position: fixed;
    bottom: 0%;
    left: 0%;

}

.container {
    width: 82%;
    height: 100%;
    margin: 2%;
    border-style: outset;
    background-color: white;
    font-size: 175%;
    font-family: "Old English Text MT";
}

.pageBottom {
    background-color: black;
    height: 100%;
    width: 100%;
    color: white;
}

.notification {
    background-color: white;
    color: black;
    border-radius: 30px;
    position: fixed;
    top: 0%;
    left: 0%;
    padding: 0.5%;
    margin: 1%;
    font-family: sans-serif;
    font-size: 110%;
    opacity: 1;
}

#fish {
    position: fixed;
    width: 100px;
    height: 130px;
    left: -100%;
}

#fishCounter {
    font-size: 200%;
    font-family: "Comic Sans MS";
    margin: 0%;
    position: fixed;
    bottom: 10%;
    left: 0.5%;
}

@keyframes slideup {
    0% {top: 0px;}
    75% {opacity: 100;}
    95% {opacity: 0;}
}

.sarcophagus {
    position: fixed;
    opacity: 0;
    left: -1000%;
}
