/*.gif-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2C5364, #203A43, #0F2027);
    z-index: -1;
}

body {
    background: transparent !important;
    color: #F8F8F8;
}


.secondary-element {
    color: #718093;
}


.action-button, .cta-button {
    background-color: #FF7F50;
    color: #FFFFFF;
    border: none;
    transition: all 0.3s ease;
}

.action-button:hover, .cta-button:hover {
    background-color: #FF6B45;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

*/