#animated-text {
    display: inline-block;
    transition: opacity 0.5s ease;
    color: #90df6b;
    position: relative;
    top: -10px; /* move the element up */
    font-size: 2.5rem; /* Increase the font size */
}