body {
    background-image: url(../img/stunning1.gif);
    font-family: "Franklin Gothic Medium","Franklin Gothic","ITC Franklin Gothic",Arial,sans-serif;
    cursor: url(../img/mouse-cursor.png), auto;
     min-width: 1400px;
}

.stage {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}

.heading {
    color: green;
    background-image: url(../img/pink-flowers.png);
    width: 300px;
    margin: 100px auto 20px auto;
    border: 10px double red;
    padding: 50px;
    position: relative;
    z-index: 2;
}

.background {
    background-color: #6c7dcc;
    font-family: "Lucida Sans Typewriter","Lucida Console",monaco,"Bitstream Vera Sans Mono",monospace;
    text-align: center;
}

.hero-image {
    display: block;
    margin: 20px auto 50px auto;
    position: relative;
    z-index: 2;
}

.row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.top-section {
    width: 420px;
    background-color: rgb(255,247,0);
    color: #990000;
    padding: 50px;
    border: 15px groove blue;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

a:link {
    color: chocolate;
    text-decoration: none;
}

a:visited {
    color: pink;
}

a:hover {
    color: yellow;
}

.categories {
    list-style-type: "🟣 ";
    background-image: url(../img/interior2.jpg);
    color: brown;
    padding: 50px;
}

.categories li {
    margin-bottom: 12px;
}

.categories a {
    color: brown;
}

.categories a:hover {
    color: red;
}

.float {
    animation: floaty 5s ease-in-out infinite;
    position: absolute;
    z-index: 2;
}

.float-star {
    animation: floaty 5s ease-in-out infinite;
    position: absolute;
    top: 120px;
    right: 60px;
    z-index: 2;
}

@keyframes floaty {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0);
    }
}

.divider {
    display: block;
    margin: 20px auto;
    width: 60%;
    position: relative;
    z-index: 2;
}

.bottom-section {
    position: absolute;
    top: 60px;
    left: -150px;
    width: 220px;
    background-color: #2681dc;
    color: yellow;
    padding: 30px 30px 0px 30px;
    border: 2px solid #555;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.clover-img {
    width: calc(100% + 60px);
    margin-left: -30px;
    height: auto;
    display: block;
}


/* ============================================= */
/*  NEW SECTIONS                                  */
/* ============================================= */


/* ---------- BACKGROUND MUSIC ---------- */
.music-box {
    max-width: 400px;
    margin: 30px auto;
    padding: 15px;
    text-align: center;
    background: #ffccff;
    border: 5px ridge #ff00ff;
    font-family: "Comic Sans MS", cursive;
    color: #cc0066;
    position: relative;
    z-index: 2;
}


/* ---------- BIRTHDAY WISHES WALL ---------- */
.guestbook {
    max-width: 500px;
    margin: 30px auto;
    padding: 20px;
    background: #ffffcc;
    border: 5px ridge #ff00ff;
    font-family: "Comic Sans MS", cursive;
    position: relative;
    z-index: 2;
}

.guestbook h2 {
    text-align: center;
    color: #ff0066;
    text-shadow: 2px 2px #00ffff;
}

.wish {
    background: #ffffff;
    border: 2px dashed #9900ff;
    margin: 12px 0;
    padding: 10px;
    overflow: hidden;
}

.wish .who {
    font-weight: bold;
    color: #0066ff;
}

.wish .when {
    float: right;
    font-size: 12px;
    color: #888888;
}

.wish p {
    margin: 6px 0 0 0;
}

.wish-note {
    text-align: center;
    font-size: 13px;
    color: #666666;
    font-style: italic;
}


/* ---------- QUIZ ---------- */
.quiz {
    max-width: 500px;
    margin: 30px auto;
    padding: 20px;
    background: #ccffff;
    border: 5px ridge #00ccff;
    font-family: "Comic Sans MS", cursive;
    position: relative;
    z-index: 2;
}

.quiz h2 {
    text-align: center;
    color: #0066ff;
    text-shadow: 2px 2px #ff00ff;
}

.quiz-q {
    background: #ffffff;
    border: 2px dashed #00cc66;
    margin: 12px 0;
    padding: 10px;
}

.quiz-q label {
    cursor: pointer;
}

.quiz-btn {
    display: block;
    margin: 15px auto;
    padding: 10px 20px;
    font-family: "Comic Sans MS", cursive;
    font-size: 16px;
    color: #ffffff;
    background: #ff00cc;
    border: 3px outset #ff66dd;
    cursor: pointer;
}

.quiz-btn:hover {
    background: #cc0099;
}

#quiz-result {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #cc0066;
}



.music-star {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    animation: floaty 5s ease-in-out infinite;
}

.corner-stack {
    position: absolute;
    top: 100px;
    right: -150px;
    z-index: 2;
}

.corner-stack img {
    display: block;
    margin-bottom: 80px;
    width: 200px;

}

.sixo {
    display: block;
    max-width: 100%;
    margin: 10px auto 0 auto;
    border: 2px solid #9900ff;
}

.jabu {
    display: block;
    max-width: 100%;
    margin: 10px auto 0 auto;
    border: 2px solid #9900ff;
}

.sparkle-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/sparkles.png);
    background-repeat: repeat;
    pointer-events: none;
    z-index: 1;
    animation: twinkle 6s ease-in-out infinite;
}

@keyframes twinkle {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 0.1;
    }
}



.framed {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 710px;
    left: -250px;
    z-index: 2;
}


.framed-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.cat {
    display: block;
    margin: 20px auto;
    width: 450px;
    position: relative;
    z-index: 2;
}

.emo {
    position: absolute;
    left: -200px;
    top: 1200px;
}

.wow {
    position: absolute;
    top: 88%;
    left: 0;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.me {
    position: absolute; 
    top: 180px; 
    left: 50%; 
    transform: translateX(-50%); 
    width: 200px; 
    height: auto; 
    z-index: 10;
}

.blink {
    animation: blink 2s step-start infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

.heading {
    text-shadow: 0 0 10px rgb(234, 255, 0);
      font-family: "Impact", sans-serif;
    font-size: 35px;
    color: hotpink;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 4px 4px 0px cyan, 8px 8px 0px purple;
}

.Ghomi {
    width: 250px;
    position: absolute;
    top: 1500px;
    left: -200px;
}

.im-aware {
    width: 250px;
    position: absolute;
    top: 1700px;
    left: -200px;
}



.blinkie-stack img {

    margin: 4px auto;
    width: 296px;
    image-rendering: pixelated;
}

.anime1 {
    width: 250px;
    position: absolute;
    top: 1930px;
    left: -200px;
}

.nirvana {
    width: 250px;
    position: absolute;
    top: 1930px;
    left: -200px;
}

.rain {
    width: 250px;
    position: absolute;
    top: 2200px;
    left: -200px;
}

.dana-san {
    position: absolute;
    top: 750px;
    right: -150px;
}