.page-title-wrapper {
    width: 100%;
    height: 100%;
    background-color: lightblue;
    font-size: large;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 8px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: .375rem;
}

.navbar{
    margin-bottom: 20px;
}

.no-show{
    display: none;
}

.set-color-mode{
    cursor: pointer;
}

.logout-btn{
    position: absolute;
    right: 15px;
}

@media (max-width: 500px) {
    .logout-btn{
        position: relative;
        right: auto;
    }

    .no-show-sm{
        display: none;
    }
}