a {
	display: block;
	margin-left: auto;
	text-align: left;
	color: black;
}

audio {
	color: #D6D3CE;
	border-radius: 8px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}

.button {
	background-color: #D6D3CE;
	border: none;
	border-radius: 8px;
	box-shadow: 0px 7px 5px -3px rgba(0, 0, 0, 0.6);
	color: black;
	padding: 16px 15px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-family: Signika, sans-serif;
	text-shadow: 0px 0px;
	width: 100%;
	box-sizing: border-box;
	margin: 4px 0px 4px 0px;
	table-layout: fixed;
}

.button:hover {
	background-color: #FFFFFF;
}

.button:active {
	box-shadow: 0px 0px 0px;
	margin: 6px 0px 2px 0px;
}

.buttons button {
	width: 100%;
}

body {
	background-color: #00807F;
        background: url('win98.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #ffffff;
	text-shadow: 1px 1px #000000;
	font-family: Signika, sans-serif;
	font-weight: 300;
}

.centered-table {
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	width: 100%;
}

/* h2 {
	text-indent: 3%;
	color: #FFFFFF;
	font-size: 32px;
	font-family: Signika, sans-serif;
	margin: auto;
	margin-right: auto;
        max-width: 265px;
	text-shadow: 1px 1px #000000;
        width: 100%;
}*/

img {
	display: block;
	margin: auto;
}

table {
	table-layout: fixed;
}

.table-container {
	position: absolute;
	top: 0;;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1000px;
}

td {
	height: 4px;
}

th {
	text-align: center;
}

.text-container {
	background-color: rgba(128, 128, 128, 0.5);
	border-radius: 8px;
	padding: 12px;
	margin: auto;
	margin-right: auto;
	max-width: 265px;
	width: 100%;
}
