body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #000000;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: #000000;
    border-bottom: 2px solid #c3c3c3;
}

.title {
    font-size: 48px;
    color: #13aff0;
    font-style: italic;
    margin: 0;
    flex: 1; /* Make title flexible */
    text-align: center; /* Center title */
}

.logout {
    font-size: 24px;
    color: #c3c3c3;
    text-decoration: none;
}

.logout {
    font-size: 24px;
    color: #c3c3c3;
    text-decoration: none;
}

.logout:hover {
    color: #13aff0;
}


.nav-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    background-color: #000000;
    width: 1000px;
    margin: 0 auto;
}

.nav-item {
    font-size: 36px;
    color: #c3c3c3;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #c3c3c3;
}

.hyphen {
    font-size: 36px;
    color: #c3c3c3;
}

.nav-item {
    font-size: 36px;
    color: #c3c3c3;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-color: #c3c3c3;
}

.nav-item:hover {
    color: #13aff0;
    text-decoration: none;
}

.separator {
    border: none;
    border-top: 2px solid #c3c3c3;
}

.category-title {
    font-size: 24px;
    color: #c3c3c3;
    text-align: center;
    padding-top: 20px;
}

