html {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    background-image: url("assets/images/background_alt.gif");
    background-repeat: repeat;
    background-size: 319px 309px;
    overflow-x: hidden;
}

main {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    max-width: 1080px;
    min-height: 1505px;
    background-color: #859355;
    background-image: url("assets/images/greenbg3.png");
    background-size: contain;
    border-radius: 0.5em;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
}

#leafLeft {
    height: 33%;
    position: absolute;
    margin-left: -1%;
    margin-top: -1%;
}

#leafRight {
    height: 30%;
    position: absolute;
    margin-top: -1%;
    margin-left: 90%;
}

#logoFloat {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    width: 900px;
    animation: logoSpin 1s ease-in-out forwards;
}

#gifContainer {
    position: absolute;
    height: 80px;
    left: 5%;
    top: -8%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 120px;
    z-index: -1;
}

.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 10px;
    gap: 5px;
}

.image-container a {
    display: inline-flex;
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.image-container img {
    max-width: 100%;
    height: 50px;
    display: block;
}

.image-container img:hover {
    box-shadow: 0 0 10px 5px #ffdede,
                0 0 10px 5px #ff008a,
                5px 5px 5px #ff0000;
    cursor: pointer; 
}

#bookContainer {
    width: 300px;
    height: auto;
    position: absolute;
    top: 10%;
    right: 102%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#guestbook {
    height: 600px;
    padding-left: 15%;
    padding-top: 33%;
    animation: windowBob 5.5s ease-in-out infinite;
}

#bookTitle {
    height: 80px;
    position: absolute;
    top: 3%;
    left: -40px;
    animation: windowBob 5.5s ease-in-out infinite;
}

#fuzzBox {
    height: 105px;
    width: 230px;
    position: absolute; 
    top: 1%;
    left: -50px;
    animation: windowBob 5.5s ease-in-out infinite;
}

#wave {
    height: 150px;
    top: -7%;
    position: absolute;
    left: 65%;
    animation: windowBob 5.5s ease-in-out infinite;
}

#kitty2 {
    height: 800px;
    position: absolute;
    top: 37%;
    left: -45%;
    animation: windowBob 5.5s ease-in-out infinite;
}

#name {
    position: absolute;
    font-family: 'runescape';
    font-size: 20px;
    top: 80%;
    left: -10%;
    animation: windowBob 5.5s ease-in-out infinite;
}

#message {
    position: absolute;
    font-family: 'runescape';
    font-size: 20px;
    width: 100%;
    top: 85%;
    left: -10%;
    animation: windowBob 5.5s ease-in-out infinite;
}

#post {
    height: 80px;
    position: absolute;
    top: 82%;
    left: 100%;
    animation: windowBob 5.5s ease-in-out infinite;
}

#leftwindows {
    position: absolute;
    left: 92%;
    top: 10%;
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#player {
    width: 100%;
    animation: windowBob 5s ease-in-out infinite;
}

#playing {
    position: absolute;
    top: 7%;
    left: 10%;
    width: 58%;
    animation: windowBob 5s ease-in-out infinite;
}

#trackPic {
    position: absolute;
    top: 8.75%;
    left: 14%;
    width: 50%;
    animation: windowBob 5s ease-in-out infinite;
}

#mediaShine {
    position: absolute;
    top: 7%;
    left: 10%;
    width: 58%;
    animation: windowBob 5s ease-in-out infinite;
}

#playlist {
    width: 90%;
    margin-top: 10px;
    animation: windowBob 4.5s ease-in-out infinite;
}

#progressBack {
    width: 50%;
    position: absolute;
    top: 36%;
    right: 8%;
    animation: windowBob 5s ease-in-out infinite;
}

#progressFront {
    width: 47%;
    position: absolute;
    top: 36.1%;
    right: 9.75%;
    animation: windowBob 5s ease-in-out infinite;
}

#playBack {
    width: 8%;
    position: absolute;
    top: 35%;
    left: 5%;
    animation: windowBob 5s ease-in-out infinite;
}

#playNext {
    width: 8%;
    position: absolute;
    top: 35%;
    left: 30%;
    animation: windowBob 5s ease-in-out infinite;
}

#play {
    width: 8%;
    position: absolute;
    top: 35%;
    left: 18%;
    animation: windowBob 5s ease-in-out infinite;
}

#kitty {
    height: 58%;
    position: absolute;
    top: -12%;
    left: 50%;
    animation: windowBob 4.75s ease-in-out infinite;
}

#djmaicon {
    position: absolute;
    top: -11%;
    width: 100%;
    animation: windowBob 5s ease-in-out infinite;
}

#notes {
    position: absolute;
    top: 98%;
    width: 80%;
    animation: windowBob 3s ease-in-out infinite;
}

#tracks {
    position: absolute;
    top: 51%;
    left: 10%;
    font-family: 'runescape';
    font-size: 20px;
    color: #41389b;
    animation: windowBob 4.5s ease-in-out infinite;
}

#volumeSlider {
    position: absolute;
    top: 2%;
    left: 5%;
    animation: windowBob 5s ease-in-out infinite;
}

/*#speaker {
    position: absolute;
    top: 1.5%;
    left: 5%;
    width: 20%;
    animation: windowBob 5s ease-in-out infinite;
}*/

#boney {
    position: absolute;
    height: 30%;
    top: 60.75%;
    left: 67%;
}

#mona {
    position: relative;
    height: 120px;
    margin-top: 129.75%;
    margin-left: -5%;
}

#fav {
    position: absolute;
    height: 130px;
    margin-top: 127%;
    right: 1%;
}

#flowerBar {
    position: absolute;
    top: 0.5%;
    left: 22%;
}

#maintxt {
    position: absolute;
    display: flex;
    width: 600px;
    margin-top: 50%;
    margin-left: -500%;
    align-items: center;
    padding-top: 15%;
}

#buttonDWNLD {
    position: absolute;
    width: 300px;
    top: 88.5%;
    left: 30%;
}

#dwnldBG {
    position: relative;
    width: 150%;
    height: 150%;
    left: -8%;
}

#pupbuttonDWNLD {
    position: absolute;
    top: 30px;
    left: 99%;
    transform: scale(1.50);
}

#dwnldTxt {
    position: absolute;
    font-family: 'runescape';
    color: #be4e4e;
    font-size: 30px;
    top: -5px;
}

#dwnldTxt2 {
    position: absolute;
    font-family: 'runescape';
    color: #be4e4e;
    font-size: 20px;
    top: 30px;
}

#boneyWalk {
    position: absolute;
    height: 70px;
    top: 92.2%;
    left: 21%;
}

#chimera {
    position: absolute;
    height: 100px;
    top: 90.5%;
    left: 13.5%;
}

#gang {
    position: absolute;
    height: 80px;
    top: 91.7%;
    right: 7%;
}

@font-face {
    font-family: 'runescape';
    src: url("assets/fonts/runescape.woff");
}

#hithere {
    position: absolute;
    font-family: 'runescape';
    font-size: 50px;
    color: #3b3b3b;
    top: -30px;
}

#intro {
    position: relative;
    font-family: 'runescape';
    font-size: 25px;
    color: #3b3b3b;
}

.carousel-wrapper {
    overflow: hidden;
    width: 95.5%;
    position: absolute;
    display: flex;
    margin-top: 120%;
    margin-left: 2.3%;
}

#buttonBanner {
    display: flex;
    gap: 10px;
    animation: carousel 10s linear infinite;
}

#volume {
    height: 10px;
    background: #b7c7f1;
    border-radius: 5px;
}

#volume::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
    background: url('assets/gifs/mc.gif');
    background-size: cover;
    border: none;
}

#volume::-moz-range-thumb {
    width: 30px;
    height: 30px;
    background: url('assets/gifs/mc.gif');
    background-size: cover;
    border: none;
}

#ur {
    position: absolute;
    font-family: 'runescape';
    color: #ffff00;
    font-size: 30px;
    top: 79.5%;
    left: 30.5%;
}

#vstr {
    position: absolute;
    font-family: 'runescape';
    color: #ffff00;
    font-size: 30px;
    top: 79.5%;
    left: 60.5%;
}

.counter {
    position: absolute;
    top: 81%;
    left: 44.1%;
}

@keyframes logoSpin {
    0% { opacity: 0; transform: rotate(180deg); scale: 0.5;}
    100% { opacity: 1; transform: rotate(0deg); scale: 1}
}

@keyframes windowBob {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}