body, html {
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
}

.logo-container {
    text-align: center;
}

.logo {
    width: 520px; /* Adjust size as needed */
    height: auto;
    margin-bottom: 20px;
}

h1 {
    color: #333;
}
