a:link {color: #008cb4;}
a:visited {color: #008cb4;}
a:hover {color: #008cb4;}
a:active {color: #008cb4;}


body {
	background-color: #1e1e1e;
	color: #747474;
	font-family: verdana;
}

img {
  border-radius: 10px;
  margin: 5px;
}

.main {
	border: 0px dashed white;
	max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.listingOuter {
	border: 0px solid #747474;
	border-radius: 10px;
	max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.name {
	color: #ffc302;
}

.name2 {
	color: #ffffff;
}