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

.container {
    text-align: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

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

h1 {
    color: #333;
    margin-bottom: 10px;
}

p {
    color: #555;
    line-height: 1.5;
}


