html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
body {
@apply bg-slate-900;