:root {
	--ff: Arial, Helvetica, sans-serif;
}

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

body {
	padding: 0;
	margin: 0;
}
