body
{
    background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
}
header .navbar
{
    background: none;
}
.page-title
{
    text-align: center;
    padding-bottom: var(--extra-space-between);
}
.page-title h1
{
    color: rgb(0,120,185);
}
.page-title .subtitle
{
    font-weight: 400;
    font-size: 18px;
    color: #5b5b5b;
}
.card
{
    border-color: #ffffff;
    text-align: center;
    height: 100%;
}
footer
{
    border-top-width: 0px;
}
