

body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(to bottom, rgb(246, 245, 242,0.9), rgba(255, 255, 128,0.5 ));
}
.container{
    display: flex;
    flex-direction:column;
   justify-content: center;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.card-container{
    text-align: center;
}

#logo {
    width: 50vw;
    max-width: 300px;
    transition: transform 0.3s ease;
}

.coming-soon-text {
    text-align: center;
    margin-top: 20px;
    font-size: 3.2em;
    color: #333;
    padding: 0 20px;
}

.contact-card {

    text-align: center;
    margin-top: 20px;
    width: 80%;
    max-width: 400px;
   
}

.contact-card p {
    margin: 5px 0;
    font-size: 0.9em;
    color: #333;
}

.contact-card a {
    color: #000000;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}



footer {
    width: 100%;
    padding: 10px;
    background-color: #333;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.legal-mentions {
    margin: 0;
    font-size: 0.9em;
    text-align: center;
}


@-webkit-keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(251, 197, 23);
    }
}

@keyframes animate-svg-fill-1 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(251, 197, 23);
    }
}

.svg-elem-1 {
    -webkit-animation: animate-svg-fill-1 2.7s linear 1.9s infinite;
    animation: animate-svg-fill-1 2.7s linear 1.9s infinite;
}

@-webkit-keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(90, 40, 127);
    }
}

@keyframes animate-svg-fill-2 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(90, 40, 127);
    }
}

.svg-elem-2 {
    -webkit-animation: animate-svg-fill-2 2.7s linear 2.1s infinite;
    animation: animate-svg-fill-2 2.7s linear 2.1s infinite;
}

@-webkit-keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(90, 40, 127);
    }
}

@keyframes animate-svg-fill-3 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(90, 40, 127);
    }
}

.svg-elem-3 {
    -webkit-animation: animate-svg-fill-3 2.7s linear 2.3s infinite;
    animation: animate-svg-fill-3 2.7s linear 2.3s infinite;
}

@-webkit-keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(251, 197, 23);
    }
}

@keyframes animate-svg-fill-4 {
    0% {
        fill: transparent;
    }
    100% {
        fill: rgb(251, 197, 23);
    }
}

.svg-elem-4 {
    -webkit-animation: animate-svg-fill-4 2.7s linear 2.5s infinite;
    animation: animate-svg-fill-4 2.7s linear 2.5s infinite;
}
