body {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  background-color: #3B5998;
  color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
a {
	color: white;
}