@charset "UTF-8";
/* CSS Document */


body {
	background-color: #000;
	font-family: 'Ole', cursive;
	font-size: 62.5%;
}

/*
p {
  font-family: sanserif;          
  color: #000;
  font-size: 400%;
  position: absolute;
  left: 30%;
  top: 200px;
  z-index: 1;
}
*/

/*.box {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  
  width: 300px;
  height: 300px;
  
  text-align: center;
}*/

.box {
  margin:80px auto;
  
  width: 300px;
  height: 300px;
  
  text-align: center;
}

.box-2 {
	width: 100%;
	max-width: 720px;
	text-align: center;
	margin:0 auto;
	margin-bottom: 80px;
}

.box-2 ul {
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding: 0 30px;
}
.box-2 li {
}

.box-2 img {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	margin:80px auto 0;
}

p{
	font-size: 2rem;
	color: #fff;
	margin: 20px 0 0 0;
}


@media only screen and (max-width: 799px){

.box-2 ul {
	display: block;
	margin: auto;
	padding: 0 30px;
}
.box-2 li {
}

.box-2 img {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	margin:80px auto 0;
}

}