html {
    height: 100%;
}
body {
	min-height: 70%;
	font-family: helvetica;
	display: grid;
	place-content: center;
	text-align: center;
}
h1 img {
    width: 80%;
}
