.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:18px;
    padding:12px 22px;
    border-radius:999px;
    text-decoration:none;
    font-weight:700;
}

.btn-primary{
    background:#047857;
    color:#fff;
}

.btn-primary:hover{
    background:#065f46;
}