body,
html {
height: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
body {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
min-height: 100vh;
}
#emitter {
border: dashed 2px var(--color-surface-white);
width: 100px;
height: 100px;
border-radius: 50%;
}
.dot {
background: var(--color-ui-gradient);
border-radius: 50%;
position: absolute;
}
.text {
margin-top: 3rem;
}