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

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

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

                                                            p {
                                                                color: #666;
                                                                    font-size: 1.1em;
                                                                    }
                                                                    
}