body {
	background-image: url("/pix/bg.jpg") ;
	font-family: sans-serif ;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50% ;
	background-color: #21335a ;
	color: #fef ;
	border: 5px ;
	border-color: #456bbb;
}

h1 {
	text-align: center ;
}

/*Monero Address Font*/
code {
	color: #0d0 ;
	overflow-wrap: break-word ;
}

td, th {
  border: 1px solid #ddd;
  padding: 8px;
}

tr:hover {background-color: #456bff;}

th {
  color: white;
}

article {
	background: rgba(33,51,107,0.85) ;
  	border-color: #456bbb;
  	border-width: 0.25em 0.25em 0.25em 0.25em;
  	border-style: solid;
  	border-radius: 30px;
	position: absolute ;
	min-width: 500px ;
	padding: 1em;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: left ;
}

a {
	text-decoration: none ;
}

a:link {
	color: #e16513 ;
}

a:hover {
	color: #fff600 ;
}

a:visited {
	color: #e16513 ;
}

main {
	max-width: 750px ;
	margin: auto ;
}

img {
	max-width: 100% ;
}

/*Subtitles*/

.subtitle {
	text-align: center ;
	max-width: 500px ;
}
