@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;0,600;0,700;1,200;1,400;1,600;1,700&display=swap');

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    height: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    min-width: 320px;
    font-size: 16px;
    background-color: #fff;
    height: 100%;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
}

.container {
	max-width: 640px;
	margin: 0 auto;
}

img {
	display: block;
	width: 80%;
	height: auto;
	margin: 20% auto;
}

a {
	text-decoration: none;
	background: #010202;
	color: white;
	display: inline-block;
	line-height: 32px;
	padding: 0 20px;
	margin: 0 3px;
	font-weight: 600;
}