<script>
import AnimationFrameSnow from './AnimationFrameSnow.svelte'
</script>
<style>
:global(body) {
background-color: #222;
color: #eee;
margin: 0;
padding: 8px;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
main {
text-align: center;
padding: 1em;
max-width: 480px;
margin: 0 auto;
}
h1 {
color: #ff3e00;
text-transform: uppercase;
font-size: 4em;
font-weight: 100;
}
a {
color: #ff3e00;
text-decoration: underline;
}
</style>
<main>
<h1>Hello world!</h1>