
body {
	background: #774466;
	color: #eeeeee;
}

ul li {
	list-style: none;	
}

h1 {
	text-align: center;
	font-size: 5em;
	font-family: Verdana, sans-serif;
	color: #dddddd;
}

.header {
	height: 25%;
	width: 95%;
	margin: 30px auto;
	text-align: center;
}
h3, h2 {
	height: 50%;
	width: 95%;
	background: #744264;
	color: white;
	text-align: center;
	font-size: 1.5em;
}

#messageText { 
	font-size: 2em;
	font-weight: bold;
}

#image-container {
	display: flex;
	flex-direction: row;

}

div.image {
	display: flex;
	flex-direction: column;
	margin: 30px 10px;
}

p.sold {
	font-size: 1.5em;
	color: #ff7400;
}

a:-webkit-any-link {
    color:#dddddd;
    text-decoration: none;
}

a:link {
	color: #aaaaaa;
    text-decoration: none;
}
a:visited {
	color: #aaaaaa;
    text-decoration: none;
}

a:hover {
	color: #eeeeee;
}

.sold {
    color: red;
}

.detail_list {
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content: center;
}
