body {
    background-color: #0057B7;
}

[data-gsap="text-animation"] {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease-out;
}

.image-center {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

