.page-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.page-header-left img {
    height: 90px;
}

.page-header-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-header-change-lg {

}

.page-header-change-nav {

}

.button-background-blue {
    background: linear-gradient(to bottom, rgba(9, 168, 233, 1) 0%, rgba(18, 96, 156, 1) 100%);
    border: none;
}

.button-background-blue-hover {
    border: #2aa7ff 1px solid;
    color: #2aa7ff;

}

.button-background-blue-hover:hover {
    background: linear-gradient(to bottom, rgba(9, 168, 233, 1) 0%, rgba(18, 96, 156, 1) 100%);
    color: #ffffff;
    border: #2aa7ff 1px solid;

}