body {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        margin: 0;
        font-family: Arial, sans-serif;
        background-color: #f0f0f0;
        }
.container {
            text-align: center;
            padding: 20px;
            background: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

h1 {
        font-size: 2em;
        margin-bottom: 20px;
        color: #333;
        }
p {
        font-size: 1.2em;
        color: #666;
        }
img {
        max-width: 20%;
        height: auto;
        margin-bottom: 20px;
        }