.center {
  margin: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
}

h1 {
	font-size: 32px;
	color: rgb(30, 55, 55);
	
	font-family: 'Shippori Antique B1', sans-serif;
}


p {
	font-size: 24px;
}



.white_container{
	background-color: white;
	background-clip: content-box;
	background-origin: content-box;
	
	
	font-family: 'Shippori Antique B1', sans-serif;
	font-size: 16px;
	color: rgba(90,90,95,255);
	text-align: center;
}

.black_container {
	background-color: black;
	background-origin: content-box;
	background-clip: content-box;
	
	
	font-family: 'Shippori Antique B1', sans-serif;
	font-size: 16px;
	color: rgba(190,190,195,255);
	text-align: center;
}


.game-title{
	font-family: 'Shippori Antique B1', sans-serif;
	font-size: 24px;
	color: rgba(250,250,250,255);
}

.game-release{
	font-family: 'Shippori Antique B1', sans-serif;
	font-size: 16px;
	color: rgba(150,150,150,255);
	padding-bottom: 12px;
}


.game-description{
	font-family: 'Shippori Antique B1', sans-serif;
	font-size: 14px;
	width: 648px;
	color: rgba(190,190,195,255);
	padding-bottom: 12px;
	text-align: center;
}

.game_box {
	width: 250px;
	height: 500px;
	background: black;
	margin: 0;
	font-family: 'Shippori Antique B1', sans-serif;
	font-size: 16px;
	color: rgba(190,190,195,255);
	text-align: center;
	vertical-align: top;
	display: inline-block;
}


mini {
	text-align: right;
	font-size: 12px;
	font-family: 'Shippori Antique B1', sans-serif;
	
}

.footer {
	text-align: center;
	font-size: 12px;
	font-family: 'Shippori Antique B1', sans-serif;
	color: white;
}



hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

sep {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

#twitfeed {
	text-align: center;
	width: 640px;
}
