.container {
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 100vh; 
    background-color: #f0f0f0; /* Adjust background color */
    font-family: Arial, sans-serif;
}

.logo {
    max-width: 200px; 
    margin-bottom: 20px;
}

h1 {
    font-size: 3em; 
    margin-bottom: 10px;
}

.contact p {
    margin: 5px 0;
}
