body { font-family: tahoma, sans-serif; text-align: center; background: #f9f9f9; direction: rtl; } .logo-box { position: absolute; top: 10px; right: 10px; display: flex; align-items: center; gap: 8px; } .logo-box img { height: 40px; } h1 { margin-top: 60px; } .result-text { margin-top: 20px; font-size: 18px; color: #333; }