
#app[data-v-7dc6c0d2] {
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html[data-v-7dc6c0d2] {
  min-height: 100vh;
}
*[data-v-7dc6c0d2] {
  transition: all .3s;
}

.code[data-v-7cb980bf] {
  display: none;
}

.htmlMode[data-v-06a83fee] {
  animation: flip 2s;
}
@keyframes flip {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
*{margin: 0; padding: 0;}
*{box-sizing: border-box;}
*::before{box-sizing: border-box;}
*::after{box-sizing: border-box;}
/*# sourceMappingURL=app.ff13a6b7228ad4f28a9abce250dbe03e.css.map*/