@import"https://fonts.googleapis.com/css?family=Varela+Round&display=swap";body{margin:0;padding:0;background:linear-gradient(to right,#bbffff,#6E85B2);height:100vh;display:flex;align-items:center;justify-content:center;font-family:Varela Round,sans-serif;color:#606060;font-size:16px;text-align:center}a{color:#6e85b2;text-decoration:none}.window{overflow:hidden;background:rgba(255,255,255,.1);border-radius:20px;max-width:800px;width:0%;height:0%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:32px 32px 32px #0000001a;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;flex-direction:column;animation:wobble 1.5s ease-in-out forwards;animation-delay:1s}@keyframes wobble{0%{width:0%;height:2.5%;box-shadow:4px 4px 4px #0000001a}25%{width:50%}50%{height:2.5%;padding:0}55%{padding:32px;height:30%}60%{height:21%}65%{height:37%}70%{height:24%}75%{height:32%}80%{height:28%}85%{height:31%}90%{height:29.5%}95%{height:30.125%}to{box-shadow:32px 32px 32px #0000001a;padding:32px;height:30%;width:50%}}.logo{position:absolute;width:25%;min-width:128px;max-width:512px}#autotype{font-size:1.25em;white-space:pre-wrap}
