*{margin:0;padding:0;box-sizing:border-box}body,html{width:100%;height:100%;background-color:#000;overflow:hidden;font-family:Arial,sans-serif;cursor:pointer}#landing-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff;text-align:center}.prompt-text{font-size:1.5rem;letter-spacing:2px;color:#555;transition:color .5s}#landing-container:hover .prompt-text{color:#fff}#beauty-container{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000;z-index:9999}#beauty-image{width:100%;height:100%;object-fit:cover}