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

.container {
    max-width: 600px;
    padding: 20px;
}

img {
    max-width: 100%;
    height: auto;
}

h1 {
    color: #2c3e50;
    font-size: 24px;
}

p {
    color: #7f8c8d;
    font-size: 16px;
}
