body {
	background-image: url('');
	background-repeat: no-repeat;
	background-size: cover;
}

div {
	display: flex;
	justify-content: center;
	font-family: Sans-serif;
	font-size: 35px;
}

.stats td {
	font-size: 14px;
	background: #f8f8ff;
	justify-content: center;
}

p {
	font-family: sans-serif;
	font-size: 25px;
	/* background-color: salmon; */
}


a {
	font-family: sans-serif;
	font-size: 30px;
	/* background-color: skyblue; */
}

.container {
	padding: 5px;
	/* height: 100vh;*/
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	/*background-color: #37505C;*/
}
h1{
	font-size:40px;
}

h2{
	font-size:30px;
}
h3, h4, h5, h6{
	font-size:25px;
}
h1, h2{
	margin-top:10px;
	margin-bottom:20px;
}
h3, h4, h5, h6{
	margin-top: 5px;
	margin-bottom: 5px;
}
.bcj20 {
	transform: translateY(+6px);
}
th,td{
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
}
