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

        .container {
            padding: 30px;
        }

        img {
            max-width: 300px;
            width: 80%;
            height: auto;
            margin-bottom: 25px;
        }

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

        p {
            color: #666;
            font-size: 18px;
        }
