main { 
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content:center;
	align-items:center;
}

.content{
	height: 50%;
	width: 100%;
}

.title {
    font-size: 84px;
	width: 100%;
	height: 60%;
	display: flex;
	align-items:center;
	justify-content:center;
}

.links a{
	color: #636b6f;
	text-decoration: none;
	font-weight: 700;
}

.links a:hover {
	color: #636b6f;
	text-decoration: none;
}