:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#242424;background-color:#eee;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}#root{min-width:800px;margin:0 auto;padding:2rem;text-align:center}.card{padding:2em}.content{display:flex;flex-direction:column;align-items:center}.icons{display:flex;justify-content:space-between;width:80%}.icon{width:2.5em;height:2.5em;will-change:filter;transition:filter .3s;filter:drop-shadow(0 0 2em #646cff00)}.icon:hover{filter:drop-shadow(0 0 2em #646cffff)}.icon.react:hover{filter:drop-shadow(0 0 2em #61b6fb)}.cloud{background:#fff;border-radius:150px;box-shadow:10px 10px #0003;padding:2em 6em}.cloud-top{position:relative;display:flex;align-items:baseline;justify-content:center;height:12em;margin-bottom:-80px;z-index:-1}.cloud-top-left{display:block;content:"";background:#fff;width:30%;height:80%;border-radius:50%;margin-left:60px}.cloud-top-right{content:"";background:#fff;position:relative;width:35%;height:100%;border-radius:50%;margin-left:-30px}.sun{position:absolute;width:200px;height:200px;background:gold;border-radius:50%;top:100px;right:-40px;z-index:-2;transition:transform 1s ease-out}.sun.rising,.sun.setting{animation-duration:1.5s;animation-fill-mode:forwards}.sun.rising{transform:translate(130px,-120px)}.sun.setting{transform:translate(-100px)}@keyframes riseRotate{0%{top:80px;transform:rotate(0)}to{top:10px;transform:rotate(15deg)}}@keyframes setRotate{0%{top:10px;transform:rotate(15deg)}to{top:80px;transform:rotate(0)}}
