html, body {
  height: 100%;
  width: 100%;
}

.link-container{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;

}

.link-container a{
	text-align: center;
}

center{
	text-align: center;
}

h1,h2{
	text-align:center;
}

p{
	text-align: justify
}

red{
	color: red
}