body {
    font-family: 'Quicksand', sans-serif;
    font-size: 0.8em;
    line-height: 1.3;
    background: url(https://katbots.neocities.org/Backgrounds/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-color: #f5f5f5;
    color: #333;
}

/* Fixed Navigation Menu */
.nav-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 160px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.305);
    border: #333 1px dashed;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    z-index: 1000;
}

.nav-item {
    margin: 10px 0;
    padding: 10px;
    border: #333 1.5px dashed;
    border-radius: 5px;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(41, 38, 38);
    font-size: 18px;
    text-align: center;
    width: 100px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item:hover {
    background: rgba(46, 45, 45, 0.3);
    color: rgb(239, 235, 235);
    transform: scale(1.1);
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #dcc3e0;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 90%;
    border: none;
    font-family: 'Quicksand', sans-serif;
    text-align: left;
    outline: none;
    font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
    background-color: #c3e0dabf ;
            
}

 /* Style the collapsible content. Note: hidden by default */
.content {
    font-family: 'Quicksand', sans-serif;
    padding: 0 18px;
    width: 85%;
    display: none;
    overflow: hidden;
    border:#33333348 1px dashed;
    color: #33333348;
    background-color: #f1f1f1;
} 

 /* Main Content Container */
.main-content {
    margin-left: 160px;
    min-height: 100vh;
}

        
.text-area {
    height: auto;
    width:70vw;
    margin: 55px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: #333 1px dashed;
    border-radius: 5px;
    background-color: rgba(241, 240, 198, 0.66);
    background-image: radial-gradient(#30324b 1.4px, rgba(255, 255, 255, 0) 1.4px);
    background-size: 28px 28px;
}

.text-box {
    background: rgba(255, 255, 255, 0.287);
    margin:20px;
    padding: 20px;
    border: #333 2px dashed;
    border-radius: 10px;
    width: 60vw;
    text-align: left;
    backdrop-filter: blur(10px);
}
        

.text-box p {
    line-height: 1.2;
    color: #3d3d3d;
    margin-bottom: 10px;
}
.text-box a {
    color: #cb3984df;
    text-decoration: none;
}
.text-box a:hover {
    text-decoration: wavy underline;
}
ul li{
    padding:8px 0px;
}
        
entry{
    font-weight:500;
}