body {
    font-family: 'Courier New', monospace;
    min-height: 100vh;
    overflow-y: auto;
    cursor:url(http://media.tumblr.com/4927b83237b352c7d96ccc4fbcc5b313/tumblr_inline_mfn7vru6UB1qid2nw.png), url(http://media.tumblr.com/4927b83237b352c7d96ccc4fbcc5b313/tumblr_inline_mfn7vru6UB1qid2nw.png), auto;
}

.main-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    padding-left: 100px;
}




.floating-box {
    width: 80%;
    max-width: 1200px;
    margin: 2rem auto;
    box-shadow: 0 0 20px rgba(187, 0, 255, 0.5);
}

.gallery-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}

@media (max-width: 768px) {
    .main-content {
        padding-left: 0;
        padding-top: 80px;
    }
    
    .floating-box {
        width: 95%;
    }
    /* Default: no special background */
:root { --page-bg: none; }

/* Pages flagged as "stars" get the GIF */
.theme-stars .main-content {
  background-image: url('https://i.pinimg.com/originals/80/40/b5/8040b5ff91ce8c3f153beebab39d584f.gif');
  background-repeat: repeat;
  background-size: 256px 256px;
  background-attachment: fixed;
}


/* (Optional) another theme you can reuse */
.theme-nebula { --page-bg: url('/assets/nebula-tile.gif'); }

/* One rule that all pages share */
.main-content{
  background-image: var(--page-bg);
  background-repeat: repeat;
  background-size: 256px 256px;
  background-attachment: fixed;
}

}
