.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;
}