body {
	background-color: hotpink;
}

#wrapper { 
	background-color: pink;	
	margin: 20px, 20px, 20px, 20px;
}

#flexcake {
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

#sitename{
	background-color: #df52dd;
 	color: #000000;
	padding-left: 10px;
	width: 500px;
}

nav {
	background-color: peachpuff;
	text-align: center;
	display: block;
}	

#navbar li {
	list-style-type: none;
	display: inline;
	margin-left: 20px;
	margin-right: 20px;
}

#navbar li a:link {
	text-decoration: none;
	color: black;
	display: inline-block;
	font-weight: bold;
	padding: 10px, 10px, 10px, 10px;
}

#navbar ul li a:hover {
  background-color: #df52dd;
  text-decoration: none;
}

#copyright {
	background-color: #df52dd;
	text-align: right;
}

#copyright a {
	color: #000000;
}

section h2,h3 {
	text-align: center;
}

article p {
	text-align: left;
	max-width: 800px;
	float: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-color: hotpink;
	margin: 20px, 20px, 20px, 20px;

}
article a{
	color: #000000;
}
	
#spacer {
	display: block;
	background-color: pink;
	margin: 10px, 10px, 10px, 10px;
	color: pink;
}

address {
	display: block;
	background-color: hotpink;
	float: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	text-align: left;
}

address a {	
color: #000000;
}

pre { 
	text-align: left;
	background: hotpink;
	float: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 450px;
}

.wallet {
	text-align: center;
	background: hotpink;
	float: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

article .qr{
	display:block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

#archive {
	display: block;
	background: hotpink;
	margin-left:auto;
	margin-right:auto;
	float: center;
	max-width: 800px;
	text-align: center;
}

table {
	display:block;
	background: hotpink;
	float: center;
	margin-left: 20px;
	margin-right: 20px;
	border-spacing: 10px;
	border: 1px solid black;
}

td {
	padding: 10px;
}
table img {
	width: inherit; 
	height: inherit;
}
#wrapper {
	background-image: url(qt1.png), url(qt2.png);
	background-position: right bottom, left bottom;
	background-repeat: no-repeat, no-repeat;
	padding: 10px;
}
