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

header {
    background-color: #7E8896;
    color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo-container {
    margin-top: 20px;
}

.logo {
    max-width: 500px;
    height: auto;
}

h1 {
    margin: 0;
    font-size: 2em;
}

h2 {
  color: black;
}

