* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        * {
    scrollbar-width: 2px;
    scrollbar-color: #78809c #a7acbb;
}
*::-webkit-scrollbar {
    width: 2px;
}
*::-webkit-scrollbar-track {
    background: #a7acbb;
}
*::-webkit-scrollbar-thumb {
    background-color: #78809c;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #78809c;
  }

        ::-moz-selection { /* Code for Firefox */
    background: pink;
  }
  
  ::selection {
    background: pink;
  }

        body {
            font-family: 'MS PGothic', 'MS Gothic', sans-serif;
            background-size: cover;
            background-attachment: fixed;
            background-position: center;
            padding: 20px;
            background-color: #78809c;
        }

        p {
            color: #28282b;
        }
        

        .main-container {
            max-width: 900px;
            margin: 0 auto;
            background: #fff;
            border: 1px solid #ff0000;
            height: 90vh;
            min-height: 500px;
            display: flex;
            flex-direction: column;
            overflow: visible;
            position: relative;
            isolation: isolate;
        }

        .header {
            padding: 15px;
            position: relative;
            background: url('/images/banner.png');
            z-index: 1;
        }

        .header-image {
            width: 100%;
            height: 120px;
        }

        .site-title {
            position: absolute;
            top: 35px;
            left: 30px;
            background: white;
            padding: 20px 20px;
            color: #e79292;
            font-size: 30px;
            font-weight: bold;
            border: 1px solid #000000;
        }

        .site-subtitle {
            margin-top: 8px;
            font-size: 12px;
            font-weight: initial;
            color: #000000;
        }

        .content-wrapper {
            display: flex;
            flex: 1;
            overflow: hidden;
            position: relative;
            z-index: 1;
        }

        .sidebar-left {
            width: 180px;
            background: white;
            border-right: 1px solid #ffa3a3;
            overflow-y: auto;
            padding: 15px;
        }

        .sidebar-section {
            margin-bottom: 20px;
        }

        .sidebar-title {
            font-size: 13px;
            color: #ff0008;
            font-weight: bold;
            margin-bottom: 8px;
            border-bottom: 1px solid #ff0015;
            padding-bottom: 4px;
        }

        .profile-box {
            background: white;
            padding: 10px;
            margin-bottom: 10px;
        }

        .profile-image {
            width: 100%;
        aspect-ratio: 1 / 1; 
    border: 1px solid #000000;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
        }

        .profile-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .sidebar-text {
            
            font-size: 12px;
            line-height: 1.6;
        }

        .sidebar-link {
            color: #f23e3e;
            font-size: 13px;
            display: block;
            padding: 3px 0;
        }

        .sidebar-link:hover {
            color: #f79797;
        }

        .main-content {
            flex: 1;
            overflow-y: auto;
            padding: 20px;
            background: url('https://foollovers.com/mat/samback/simple37.png');
            background-position: center;
            background-attachment: fixed;
            background-color: rgba(255, 255, 255, 0.4);
            background-blend-mode: lighten;
        }

        .post {
            border: 1px solid #000000;
            margin-bottom: 25px;
            background: #fff;
            padding: 15px;
            position: relative;
        }

        .post-content {
            font-size: 0.8em;
            line-height: 1.8;
            position: relative;
        }

        .post-title {
            font-size: 16px;
            color: #ff0033;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .button-section {
            background: #fff;
            border: 2px solid #e8b4b8;
            padding: 15px;
            text-align: center;
            margin-bottom: 15px;
        }

        .button-title {
            font-size: 13px;
            color: #c97679;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .button-image img {
            width: 88px;
            height: 31px;
            border: 1px solid #e8b4b8;
            display: block;
        }

        
        li {
            margin-left: 30px;
        }
        
        a {
            text-decoration: none;
            color: #f23e3e;
        }
        
        a:hover {
            color: #f79797;
        }


.lastfm {
    font-size: 12px; 
    line-height: 1.6;
    color: #28282b;
    margin-top: 20px;
}

#listen {
    display: block;
    font-size: 12px;
    color: #ff0008;
    font-weight: bold;
    border-bottom: 1px solid #ff0015;
    padding-bottom: 3px;
    margin-bottom: 6px;
}

#track {
    font-size: 12px;
}

#track strong {
    font-weight: normal; 
    color: #28282b;
}

#track a {
    color: #f23e3e;
}

#track a:hover {
    color: #f79797;
    text-decoration: underline;
}

.gallery-nav {
    margin-bottom: 20px;
    font-size: 12px;
}

.gallery-nav a {
    color: #f23e3e;
}

.gallery h2 {
    margin-top: 30px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
    margin-bottom: 30px;
}

.gallery a {
    display: block;
}

.gallery img {
    width: 100%;
    border: 1px solid #000;
    background: #fff;
}





        /* this makes it mobile-friendly */
        @media (max-width: 768px) {
            body {
                padding: 5px;
            }

            .main-container {
                height: auto;
                min-height: 100vh;
            }

            .header {
                padding: 10px;
            }

            .header-image {
                height: 80px;
            }

            .site-title {
                position: static;
                margin-top: 10px;
                font-size: 14px;
                padding: 6px 10px;
            }

            .site-subtitle {
                font-size: 10px;
            }

            .content-wrapper {
                flex-direction: column;
            }

            .sidebar-left {
                width: 100%;
                border: none;
                max-height: none;
                overflow: visible;
                padding: 10px;
            }

            .sidebar-left {
                order: 2;
            }

            .main-content {
                order: 1;
                padding: 10px;
                background-attachment: scroll;
            }

            .post {
                padding: 10px;
                margin-bottom: 15px;
            }
        }
        
        /* this makes it mobile-friendly too */

        @media (max-width: 480px) {
            .main-container {
                border-width: 1px;
            }

            .header-image {
                height: 60px;
            }

            .site-title {
                font-size: 12px;
            }

            .post-title {
                font-size: 14px;
            }

            .post-content {
                font-size: 0.75em;
            }
        }