@import"https://fonts.cdnfonts.com/css/geomanist";*{box-sizing:border-box;margin:0;padding:0;font-family:Geomanist,sans-serif}#root{height:100%;width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 5vw;gap:2em}body{background-color:#f7e9c6;height:100vh;width:100vw;overflow:hidden}h1{font-size:calc(8px + 1vh);text-align:center;color:#000;letter-spacing:2px;line-height:1.3;text-wrap:pretty}img{width:auto;height:auto;max-height:450px;max-width:100%}a{text-decoration:none;display:block;letter-spacing:2px;background-color:#d52e20;border:2px solid rgb(213,46,32);border-radius:1rem;padding:1rem 2rem;color:#fff;font-size:calc(6px + 1vh);cursor:pointer;box-shadow:9px 15px 29px 10px #0000001a;transition:all .3s ease-out}a svg{margin-right:12px}a:hover{background-color:#952d23;border:2px solid rgb(149,45,35)}a:active{background-color:#952d23;border:2px solid rgb(149,45,35);box-shadow:inset 9px 15px 29px 10px #0000001a}
