*,
*::after,
*::before {
	box-sizing: border-box;
}

html {
	background: #28282b;
}
