html,body{margin:0;font-family:sans-serif}#app{width:100vw;height:100vh}body{color:#111;background-color:#f8f8f8;margin:0;font-family:sans-serif}html,body,#root{height:100%}.slide{box-sizing:border-box;background:#fff;border:1px solid #e0e0e0;border-radius:8px;width:1920px;height:1080px;padding:10rem 6rem 6rem 8rem;font-size:4rem;position:relative;overflow:hidden;box-shadow:0 1rem 4rem .25rem #0000000f}.slide h1{margin-bottom:1rem;font-size:8rem}.slide ul li{margin-bottom:1rem}.slide__controls{justify-content:end;gap:1rem;display:flex;position:absolute;bottom:4rem;right:4rem}.slide__controls button{color:#111;background-color:#fff;border:2px solid #000;border-radius:1rem;padding:1rem 2rem;font-size:4rem}.slide__controls button:hover{background-color:#f8f8f8}.slide__controls button:active{background-color:#e0e0e0}
