body{background-color:#232323;margin:0;animation:1s colorchange;user-select:none;font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:#fff}@keyframes colorchange{0%{background-color:#424242}100%{background-color:#232323}}.container,body,html{height:100%}.container{display:flex;align-items:center;justify-content:center}.text-container{display:block;text-align:center}#animal{font-size:12.5rem}