.btn {
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 34px;
    display: inline-block;
    height: 36px;
    margin: 0;
    padding: 0 16px;
    cursor: pointer;
    transition: background-color 0.25s, top 0.1s;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: 1px solid #2e91fc;
    border-radius: 2px;
    outline: none;
    background-color: #965;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}