body {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    image-rendering: pixelated;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    height: 100vh;
    padding: 0;
    margin: 0;
    position: relative;
}

p {
    font-size: 14px;
    text-align: center;
}

.screenname {
    color: #e53e32;
}

.webring-container {
    margin: auto;
    align-items: center;
}

.webring{
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
}

.button {
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    width: 88px;
    height: 31px;
}

.button:hover {
    border: #469FFB;
    border-width: 3px;
}

.cool-button {
    width: 88px;
    height: 31px;
}


.menu {
    width: 500px;
    background-color: #FFF;
    border: 2px solid #0078D7;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1);
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.guestbook-menu {
    width: 600px;
    background-color: #FFF;
    border: 2px solid #0078D7;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1);
    border-radius: 5px;
    overflow: hidden;
    max-width: fit-content;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.guestbook-column-left {
    width: 50%;
    border-right: 1px solid #E0E0E0;
    padding: 10px;
}

.guestbook-column-right {
    width: 50%;
    border-right: 1px solid #E0E0E0;
}

.guestbook-entries-menu {
    width: 50%;
    background-color: #FFF;
    border: 2px solid #0078D7;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1);
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
}

.guestbook-entries {
    font-family: 'Times New Roman', Times, serif;
}

.guestbook-entry {
    margin-bottom: 5px;
    font-size: 20px;
}

textarea {
    display: block;
    margin: 0 auto; 
}

.ethxn-button-container {
    display: flex;
    justify-content: center;
}

.ethxn-button {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}



.guestbook-banner {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain; 
}

.guestbook-banner-container {
    width: 90%; 
    max-width: 100%; 
    margin: 0 auto;
    overflow: hidden; 
    text-align: center; 
    box-sizing: border-box;
}

.blog-title {
    background-color: #D4E5FA;
    color: #000000;
    padding: 10px;
    font-size: 28px;
    text-align: center;
}

.blog-subtitle {
    background-color: #D4E5FA;
    color: #000000;
    padding: 10px;
    font-size: 20px;
    text-align: center;
}

.blog-list {
    font-size: 14px;
}

.purple {
    color: #ff03ff;
}

.blog-post-menu {
    width: 70%;
    background-color: #FFF;
    border: 2px solid #0078D7;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1);
    border-radius: 5px;
    overflow: hidden;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.blog-image-container {
    width: 50%; 
    max-width: 100%; 
    margin: 0 auto;
    border: 2px solid #0078D7;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1);
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}

.blog-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    border-radius: 5px;
    object-fit: contain;
}

.submit-button {
    display: block;
    margin: 0 auto; 
    overflow: hidden;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}



.guestbook-oneline-entry {
    display: block;
    margin: 0 auto; 
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.guestbook-message-entry {
    display: block;
    margin: 0 auto; 
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.form-entry-container {
    width: 90%; 
    max-width: 100%; 
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
}

.blinkee {
    height: auto;
    display: block;
    object-fit: contain; 
    text-align: center;
    transform: translateX(-50%);
    margin-left: 50%;
}

.blog-image-subtext {
    font-size: 12px;
    text-align: center;
    font-style: italic;
}

@media (max-width: 600px) {
    .menu {
        width: 90%;
        top: 5%;
        left: 5%;
        transform: none;
    }
    .blog-column-right {
        
    }
}

.music-list {
    position: relative;
    font-size: 14px;
}

.music-list ul li {
    position: relative;
    left: 0;
    color: #000000;
    list-style: none;
    margin: 4px 0;
    border-left: 2px solid #000000;
    cursor: pointer;
}

.music-list ul li span {
    position: relative;
    padding: 4px;
    padding-left: 12px;
    display: inline-block;
    z-index: 1;
}

.music-list ul li:hover{
    background-color: #e8e8e8;
}
.music-list-span-right {
    float: right;
    color: #565656;
}

.menu-header {
    background: radial-gradient(ellipse at bottom, #469FFB 0%, #075AC4 100%);
    background-size: 200% 100%;
    background-position: center;
    color: #FFF;
    padding: 10px;
    font-size: 20px;
    text-align: left;
    display: flex;
    align-items: center;
    text-shadow: -1px -1px 0 #000060, 1px -1px 0 #000060, -1px 1px 0 #000060, 1px 1px 0 #000060;
    border-bottom: #000060;
    border-width: 1px;
    position: relative;
    z-index: 1;
}

.menu-content {
    display: flex;
}

.menu-column {
    width: 50%;
    border-right: 1px solid #E0E0E0;
}

.blog-column-right {
    width: 20%;
    border-right: 1px solid #E0E0E0;
}

.blog-column-left {
    width: 80%;
    border-right: 1px solid #E0E0E0;
    padding: 10px;
}

.menu-column:last-child {
    border-right: none;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.menu-item:last-child {
    border-bottom: none;
}

.menu-item:hover {
    background-color: #F0F0F0;
}

.menu-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.menu-text {
    display: flex;
    flex-direction: column;
}

.menu-short {
    font-weight: bold;
}

.menu-full {
    color: #666;
}

.menu-divider {
    padding: 0;
    margin: 4px 0;
}

.menu-divider::before {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(to right, transparent, #acacac, transparent);
}

.orange-divider {
    position: absolute;
    bottom: -1px; 
    left: 0;
    right: 0;
    height: 1px; 
    z-index: 2; 
}

.orange-divider::before {
    content: '';
    display: block;
    height: 3px;
    background: linear-gradient(to right, transparent, #f89539, transparent);
    position: absolute; 
    top: 0; 
    left: 0;
    right: 0;
}

.user-icon-container {
    margin: 0;
}

.user-icon-border {
    background-color: white;
    padding: 2px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-icon {
    width: 64px;
    height: 64px;
}

.menu-header .user-icon-container {
    margin-right: 10px; 
}

.menu-right {
    background-color: #D4E5FA;
}

.menu-left {
    border-right: 1px solid #0078D7;
}

#contact-menu {
    background-image: url("media/contact_icon.png");
    background-size: cover;
}

#contact-menu:hover {
    background-image: url("media/contact_icon_hover.png");
}

#navbar {
    background: radial-gradient(ellipse at bottom, #469FFB 0%, #075AC4 100%);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 200% 100%;
    background-position: center;
    color: #FFF;
    padding: 10px;
    font-size: 20px;
    text-align: left;
    display: flex;
    align-items: center;
    text-shadow: -1px -1px 0 #000060, 1px -1px 0 #000060, -1px 1px 0 #000060, 1px 1px 0 #000060;
    border-bottom: #000060;
        border-bottom-width: medium;
    border-width: 1px;
    position: relative;
    z-index: 1;
}

#profile-top-right {
    width: 600px;
    background-color: #FFF;
    border: 2px solid #0078D7;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1);
    border-radius: 5px;
    overflow: hidden;
    max-width: fit-content;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ffffde; 
    border: 1px solid black;
    border-radius: 10px;
    padding: 15px;
    max-width: 300px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: Tahoma, sans-serif;
    display: none; 
    z-index: 1000;
}

/* for speech bubble effect */
.notification::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 15px;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #ffffde;
    border-bottom: 0;
    border-right: 0;
    margin-left: -10px;
    margin-bottom: -10px;
}

.notification::after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 14px;
    width: 0;
    height: 0;
    border: 22px solid transparent;
    border-top-color: black;
    border-bottom: 0;
    border-right: 0;
    margin-left: -10px;
    margin-bottom: -10px;
    z-index: -1;
}

.notification-title {
    font-weight: bold;
    font-size: 12px;
}

.notification-subtext {
    font-size: 12px;
}

.guestbook-icon {
    width: 20px;
}