* {
    font-family: 'Montserrat', sans-serif;
}

.mybtn:focus {
    outline: none;
}

.my-bg-color {
    color: #ffffff;
    background: #3b90ba;
}