body {
    margin: 0;
    padding: 0;
    background-color: #0074d9; /* Blue background color */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; /* Ensure full viewport height */
}

.container {
    text-align: center;
}

.logo {
    width: 250px;
    height: auto;
}
