nav
{
    width: 100%;
    height: 46px;
    display:flex;
    justify-content: space-between;
}

.page-area
{
    display: flex;
}

.pageContent
{
    width: 100%;
    flex: 1;
    height: fit-content;
    overflow-y: auto;
    justify-content: center;
    align-items: center;
    display: flex;
}

.nav_element
{
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none;
    height: 100%;
    padding-right: 0.5vw;
    padding-left: 0.5vw;
}

.user-area span
{
    margin-right: 10px;
    height: 100%;
    display: flex;
    align-items: center;
}

.theme-button {
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
}