*, *::before, *::after {
  box-sizing: border-box;
}

body {
  background: #101010;
  font-family: Calibri, sans-serif;
  color: white;
  justify-content: center;
  margin: 0;
  padding: 0;
}

header {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.center {
	color: white;
	margin: auto;
	text-align: center;
	font-size: 24px;
}

.info {
	padding-top: 80px;
	color: #e1e1e1;
	margin: auto;
	text-align: center;
	font-size: 16px;
	text-decoration: none !important;
}

a {
	color: #e1e1e1;
	text-decoration: none;
	outline: none;
}