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

body {
	padding-top: 52px;
}
