.login-btn {
    font-family: inherit;
    text-decoration: none;
    padding: 8px 16px;
    background: #edd8b0;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

.top-nav {
    background: #FFFAF0;
    padding: 15px;
    display: flex;
    gap: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.nav-btn {
    color: black;
    text-decoration: none;
    padding: 8px 16px;
    background: #edd8b0;
    border-radius: 4px;
    font-weight: bold;
}

.nav-button {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #edd8b0;
    color: black;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.header-with-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-left: 15px;
}

#viewToggleBtn {
    font-family: inherit;
    padding: 10px 20px;
    background-color: #edd8b0;
    color: black;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
}

.arrow-thin {
    font-size: 1.4rem;
    line-height: 0;
    font-weight: 200;
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: white;
}
th, td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
    background-color: #edd8b0;
    color: #333;
}
tr:hover {
    background-color: #f1f1f1;
}
.table-container {
    padding: 20px;
    box-shadow: 0 0 10px #edd8b0;
    border-radius: 8px;
}