@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@300&display=swap');

html {
	background: url(main.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Roboto Mono', monospace;

	height: 100%;
}

body {
	margin: 2rem
}

.square {
	background-color: white;
	display: inline-block;
	padding: 1rem;
}

h1 {
	text-transform: uppercase;
	margin: 0;

}

a,
a:focus,
a:hover,
a:active,
a:visited {
	text-decoration: none;
	color: inherit;
}

.icons {
	font-size: 2em;
}
