        body {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh; 
            margin: 0; 
            font-family: Tahoma, sans-serif;
            background-color: #f0f0f0;
            direction: rtl; 
        }
        h1 {
            text-align: center; 
        }