.btn {
    text-decoration: none;
    color: initial;
    font-size: .9rem;
}

.btn-blue {
    background-color: #016BB2;
    transition: all 300ms;
}

.btn-blue:hover {
    background-color: #0481d4;
}

.rounded-50 {
    border-radius: 30px;
    padding: 18px 51px;
}

button {
    font-family: inherit;
}