#wrapper {
    background-color:rgb(241,247,255);
}

.dropdown-item.active {
    background-color: rgb(79, 178, 251);
}

a {
    color: rgb(79, 178, 251);
}

h2 {
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.4;
    padding-top: 40px;
    padding-bottom: 40px;
}

h3 {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.4;
    padding-top: 40px;
}

h5 {
    font-size: 1.25rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.btn-outline-light {
    color:rgb(55, 122, 235);
    border-color: rgb(55, 122, 235);
}

.btn-outline-light:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(55, 122, 235);
}