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

.container {
    text-align: center;
}

.logo {
    width: 150px;
    height: 150px;
}

h1 {
    font-size: 2.5em;
    margin-top: 20px;
}
