body {
    background-color: #54718c;
}
::-webkit-scrollbar-thumb {
  background: #E0C958;
}
::-webkit-scrollbar-track {
  background: #5D8494;
}
.contentblock {
    margin: 0;
    padding: 0;
    position: absolute;
    height: 1582px;
    width: 100vw;
    left: 198px;
    top: 269px;
    font-family: "Macondo Swash Caps", cursive;
    font-weight: 400;
    
}
.vertical-menu-section {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    transform: translateX(-40px);
    width: 45px;
    z-index: 100;
}
.vertical-menu-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    letter-spacing: 4px;
    color: #c28b42;
    font-weight: bold;
    margin-bottom: 2px;
}
.vertical-menu-list {
    list-style: none;
    padding: 0;
    margin: 13;
    width: 130px;
    font-size: 16px;
}
.glass {
    /* 1. Semi-transparent background */
    background: rgba(255, 255, 255, 0.15);

    /* 2. The core blur effect */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* For Safari support */

    /* 3. Enhancements for realism */
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle border */
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); /* Adds depth */

    padding: 40px;
    width: 95px;
    z-index: 100;
}
.tab-button {
    color: #364a59;
    text-decoration: none;
    font-family: "Grenze Gotisch";
    cursor: pointer;
}
.tab-panel {
    display: none;
}
.tab-panel.active {
    display: block;
}

/* Fonts */
.amarante-regular {
    font-family: "Amarante", serif;
    font-weight: 400;
    font-style: normal;
}
.macondo-swash-caps-regular {
    font-family: "Macondo Swash Caps", cursive;
    font-weight: 400;
    font-style: normal;
}
