body {
    font-family: 'Nunito', sans-serif;
    background-color: #FDF8F7;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

.container h1 {
    color: #0A4690;
}

.container h2 {
    color: #0A6699;
}

.container p {
    margin: 20px 0;
}

.container a {
    color: #0A6699;
    text-decoration: none;
}

.container a:hover {
    text-decoration: underline;
}

/* Adjust the image size as needed */
.container img {
    max-width: 100%;
    height: auto;
}
