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

.header, .contact-info {
    font-size: 1.5em;
    color: #333;
    text-align: center;
   }

.contact-info {
    font-size: 1.2em;
    color: #555;
    text-align: center;
}
