html, body, .container {
    height: 100%;
    background: none;
    font-family: sans-serif;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

a{
	font-size: 20px;
	text-decoration: none;
}

h1{
	padding: 0px;
	margin: 0px;
}

a:hover{
	text-decoration: underline;
}