@font-face {
    font-family: "Pixelated MS Sans Serif";
    src: url(https://unpkg.com/98.css@0.1.16/dist/ms_sans_serif.woff) format("woff");
    src: url(https://unpkg.com/98.css@0.1.16/dist/ms_sans_serif.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: none;
}

@font-face {
    font-family: "Pixel Comic Sans MS";
    src: url("../fonts/comic.TTF") format("truetype");
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: none;
}

html, body, * {
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: unset;
    font-smooth: never;
}

body {
    background-color: #af87ff;  
    
}

#flames {
    background-image: url('../images/flames.gif');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1; /* ensures the flames are behind other content */
    opacity: 0.65;
    pointer-events: none;
}

.content {
    font-family: "Pixel Comic Sans MS", sans-serif;
    --webkit-font-smoothing: none;
    text-align: center;
    color: white;
    margin-top: 10px;
    margin-bottom: 10px;
}


#titlebar {
    width: 85%;
    margin-top: 20px;
    margin-bottom: -40px;
}

.main-bannertext {
    margin-top: 5px;
    margin-bottom: 0px;
}

#blogbtn_top {
    float: right;
    margin-right: 150px;
    margin-top: -40px;
}

#playmusic {
    float: right;
    margin-right: 30px;
    margin-top: -40px;
}

#rainbowbtn {
    float: left;
    margin-left: 70px;
    margin-top: -40px;
}

#spin {
    position: relative;
    height: 225px;
    width: 100%;
    margin-bottom: 20px;
}

#bruhspin {
    position: absolute;
    margin-top: 10px;
    left: 0;
    animation: moveAndSpin 1.25s linear infinite;
    pointer-events: none;
}

@keyframes moveAndSpin {
    0% {
        left: -150px;
        transform: rotate(0deg);
    }
    100% {
        left: 100vw;
        transform: rotate(720deg);
    }
}

.aboutmetxt {
    text-align: left;
    margin: 0 auto;
}

#aboutandguest {
    display: flex;
    justify-content: space-between;

}

#guestform {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
    width: 100%;
    font-size: 14px;
    color: #000000;
    text-align: left;
}

#guestform input[type="text"] {
    width: 40%;
    max-width: 80px;
    max-width: 250px;
    font-family: 'Pixelated MS Sans Serif', 'Arial', sans-serif;
    font-size: 1em;
    margin: 0 auto;
    box-sizing: border-box;
}

#guestform textarea {
    width: 100%;
    min-width: 200px;
    font-size: 1em;
    height: 4em;
    font-family: 'Pixelated MS Sans Serif', 'Arial', sans-serif;
    resize: vertical;
    box-sizing: border-box;
    margin: 0 auto;
}

#guestform button {
    align-self: center;
    margin-top: 8px;
}

#aboutme, #guestbook {
    width: 50%;
    padding: 1em;
    box-sizing: border-box;
}

#album-box {
    font-family: 'Pixelated MS Sans Serif', 'Arial', sans-serif; 
    font-size: 14px;
    color: #000000;
    text-align: left;
    margin-top: 10px;
    background-color: #ffffff;
    border-top: 2px solid #808080; 
    border-left: 2px solid #808080;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding: 10px;
}

.album-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.album-header h2, .album-header #review {
    flex: 1 1 0;
}

.album-cover-image {
    float: none;
    display: block;
    height: 150px;
    width: 150px;
}


.win95-button {
    background-color: #C0C0C0; /* standard Windows 95 grey */
    border-top: 2px solid #FFFFFF; 
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #808080;
    border-bottom: 2px solid #808080;
    padding: 5px 15px;
    line-height: normal;
    height: auto;
    font-family: 'Pixelated MS Sans Serif', 'Arial', sans-serif; 
    font-size: 14px;
    color: #000000;
    text-align: center;
    cursor: pointer;
    outline: none; 
}

.win95-button:active {
    /* inset effect when clicked */
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding: 8px 14px 6px 16px;
}


/* blog related stuff */
.blog-links-box { 
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 16px;
    margin-left: 16px;
    margin-bottom: 16px;
}

.blog-preview-box {
    font-family: 'Pixelated MS Sans Serif', 'Arial', sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: left;
    background-color: #ffffff;
    border-top: 2px solid #808080;
    border-left: 2px solid #808080;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
}

.blog-preview-box h2 {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.2em;
}

.blog-excerpt {
    margin: 0;
    color: #333;
    font-size: 1em;
}

.blog-post-box {
    background: #fffbe6;
    box-shadow: 8px 8px 0 #808080;
    padding: 32px 24px 24px 24px;
    margin: 32px auto;
    max-width: 700px;
    min-width: 300px;
    font-family: "Pixel Comic Sans MS", "Comic Sans MS", cursive, sans-serif;
    color: #222;
    position: relative;
}

.blog-post-title {
    font-size: 2em;
    color: #ff00ff;
    text-shadow: 2px 2px 0 #fff, 0 0 2px #ff0;
    margin-bottom: 12px;
    font-family: "Pixel Comic Sans MS", "Comic Sans MS", cursive, sans-serif;
    letter-spacing: 2px;
}

.blog-post-content {
    font-size: 1.1em;
    color: #222;
    line-height: 1.7;
    margin-bottom: 24px;
}

.blog-post-sticky {
    position: absolute;
    top: -24px;
    right: -24px;
    background: #ff0;
    color: #800;
    font-family: "Pixelated MS Sans Serif", Arial, sans-serif;
    padding: 6px 18px;
    border: 2px solid #800;
    box-shadow: 2px 2px 0 #c0c0c0;
    transform: rotate(8deg);
    font-size: 1em;
    z-index: 2;
}

.popup-header {
    font-family: 'Comic Sans MS', 'Arial', sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-bottom: 10px;
}

.popup-message {
    font-family: 'Pixelated MS Sans Serif', 'Arial', sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}