.hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    animation: fadeIn 1s ease-out;
    color: var(--text-color);  
}

.animated-text {
    font-family: 'Rubik', sans-serif;
    display: inline-block;
    transition: opacity 0.5s ease;
    color: #90df6b;
    position: relative;
    top: -10px;
    font-size: 3.5rem;
}