body {
  background-color: #454545;
}

h1,
h2 {
	color: white;
	text-align: center;
}

a {
	color: #b00000;
}

table {
	border: 0;
	margin-top: 50px;
}

td {
	color: white;
}

.title-layout {
	display: inline-flex;
	align-items: center;
}

.centered-container {
	justify-content: center;
	display: flex;
	width: 100%;
}

.title-text {
	text-align: center;
	color: white;
	margin-left: 50px;
}
