.txtGradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* background-image: linear-gradient(165deg, #2dfff9, #2dc5ff, #9300ff); */
    background-image: linear-gradient(165deg, #2dfff9, #2dc5ff, #9300ff);
    /* rgb(89, 163, 94) */
    /* #4f9765; */
    -webkit-box-decoration-break: clone;
    display: inline !important;
    text-shadow: none;
}

h1, h2, h3 {
    font-family: "Varela Round", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
div, p {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
}
p.small {
    font-size: 14px;
}
hr {
    margin: 2em;
    color: #ccc;
}

.primary {
    background-color: #4f9765;
    color: #fff;
}

.primary:hover {
    background-color: #a3c7ad;
}

.button {
    border-radius: 2rem;
    padding: 1rem 2rem;
    font-size: 1rem;
    text-decoration: none;
}

