.btn {
    background-color: #0097a9;
    border: 0;
    border-radius: 25px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: normal;
    padding: 1em 2em;
    text-shadow: none;
    text-decoration: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}