body {
    font-family: 'Poppins', sans-serif;
}
.container {
    margin-top: 40px;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}