body {
	background-color: #000000;
	background-image: url("./bgd2.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: blue;
	text-decoration: none;
}


table {
	border-collapse: collapse;
    font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
}

.center {
  margin-left: auto;
  margin-right: auto;
}

table td {
	padding: 15px;
	vertical-align: center;
}
table thead td {
	background-color: #54585d;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	border: 0px solid #54585d;
	vertical-align: center;
}
table tbody td {
	color: #636363;
	border: 0px solid #dddfe1;
	vertical-align: center;
}

h1 {
	text-align:center;
	font-family: Copperplate, Papyrus, fantasy;
	color: #F8F8F8;
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
}



div {
  position: relative;
  background: #f8f8f8;
  width: 90%;
  max-width: 500px;
  padding: 2em;
  margin: 1.5em auto;
  border: 3px solid rgba(0, 0, 0, 0.08);
}

