
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
html {
    height: 100%;
    overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	background: #fff;
	color: #000;
	height: 100%;
	font: 300 20px/1.2 Tahoma, sans-serif;
	padding: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
h1 {
	font-size: 130%;
	margin-bottom: 50px;
}