body {
	color: #E2EBF6;
	background-color: black;
}

h1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

h2 {
	display: flex;
	justify-content: center;
	align-items: center;
}

h4 {
	display: flex;
	justify-content: center;
	align-items: center;
}


a:link {
	color: #3E81E6; 
}

a:visited {
	color: #C353E5; 
}

.wiki_link {
	color: #fff !important;
}

.table_position {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;	
}

td {
	padding: 0.67em;
	margin: 0.67em;
}

th {
	font-size: 1.67em;
}

/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: lightgray;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	background-color: inherit;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button {
	position: relative;
	margin-left: 100px;
}

.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}

.tabcontent {
	animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.socialIcons {
	float: right;
	max-width: 50%;
	max-height: 50%;
}

footer {
	text-align: center;
	width: 100%;
	bottom: 1em;
}

