.gradient-text {
    font-family: inherit, sans-serif;
    font-size: 3rem;
    font-weight: 800;
    background: linear-gradient(to right, #00e785, #50c4fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.h1normal {
    font-size: 60px;
    margin: 0 0 30px 0;
    line-height: 80px;
    font-weight: 600;
    font-family: "Obviously", sans-serif;
}
@media (max-width: 768px) {
    .h1normal {
        font-size: 40px;
        line-height: 50px;
    }
    
}