#javidh373 { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: black; z-index: 111111111; display: flex; justify-content: center; align-items: center; font-size:0.5rem; } #txt { background-color: white; z-index: 111111111; padding: 20px 40px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } #txt h1 { color: red; text-align: center; z-index: 111111111; margin: 0; font-family: Arial, sans-serif; }