.container {
	display: flex;
	height: calc(100vh - 90px);
	align-items: center;
	width: 100%;
	justify-content: center;
	flex-direction: column;
}
.row {
	display: flex;
	align-items: center;
	width: 90%;
	justify-content: center;
}
.btn {
	padding: 2rem;
	margin-bottom: 3rem;
	margin-right: 1rem;
	background-color: #0060df;
	color: white;

}
.btn a {
	color: white;	
}
h1 {
	height: 40px;
}