@import url("https://fonts.googleapis.com/css2?family=Geist:wght@100..900&family=Oswald:wght@200..700&display=swap");body{font-family:Geist,sans-serif;background:#eee;color:#444;margin:0}.slide-in{position:relative;animation:slideRight .2s ease-out forwards}@keyframes slideRight{0%{left:-100px;opacity:0}to{left:50px;opacity:1}}.nav{position:fixed;top:0;left:0;width:50px;height:calc(100% - 50px);top:50px;z-index:100;background:#efeeec;border:1px solid #ccc}.menu-item{line-height:3;display:block;top:50px;width:100%;text-align:center;font-size:18px;border-bottom:1px solid #ccc;color:#777;cursor:pointer}.ant-modal-container{background:#efeeec!important}.ant-modal-container h2{font-size:30px;font-weight:700;line-height:1.2;margin-top:10px}.newn{font-family:Oswald,sans-serif}.ant-modal-mask{background:hsla(34,28%,95%,.8)!important}