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