.App { position: relative; opacity: 1; transition: opacity 0.3s ease-in-out; } .App.hidden { opacity: 0; pointer-events: none; }