body { 
    font-family: Arial; 
    background: #000000;
    background-image:url("../images/background.jpg");
    background-position:center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover;
    color:#f2f2f2; 
    text-align:center; 
}
a {color:#f2f2f2;}

table { margin-left:auto; margin-right:auto; }

table.listing {
  border-collapse: collapse;
}

tr.bottomBorder{
  border-bottom: 1px solid black;
}

tr.bottomBorder td {
  border-bottom: 1px solid #f2f2f2;
  padding-left: 5px; 
  padding-right: 5px; 
  text-align: center;
}

fieldset {
    display: inline-block;
    margin: 20px auto;
    padding: 15px 25px;
    border: 2px solid #f2f2f2;
    border-radius: 8px;
    background: rgba(0,0,0,0.4);
    text-align: left;
}

.menuwrapper {
	margin: 10px auto;
	text-align:center;
}

.titlebar {
	display: inline-block;
	width: var(--width);
	margin: 30px auto;
	background-color: rgb(0 0 0 / 50%);
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 20;
	font-size: 24px;
	color: #f2f2f2;
	font-family: 'Tangerine', cursive;
}