body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, sans-serif;
}

.footer-main {
    background-color: white;
}

.background {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    color: white;
    background-image: url('../websiteAssets/backgrounds/pp-repeat-pattern-white.svg'), linear-gradient(45deg, #ee4f9a, #41b986, #eea626);
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
}

.card {
    background-color: white;
    color: #291c54;
    border: 6px solid #291c54;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

    .card img.logo {
        width: 350px;
        max-width: 90%;
        margin-bottom: 30px;
    }

    .card h1 {
        font-size: 2rem;
        font-weight: bold;
        margin: 0;
    }

    .card h2 {
        font-size: 1.3rem;
        margin: 0;
    }

    .card h3 {
        font-size: 1rem;
        margin: 0;
    }
