* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h1 {
	font-size: 45px;
}

a{
	color: black;
	font-size: 25px;
}

.container {
	display: block;
	width: 100%;
	height: 100vh;
	justify-content: center;	
	top: 105px;
	text-align: center;
}

