body {
  background-color: #111111;
}

.board {
  text-align: center;
  /** border: 1px solid rgba(255,180,0,0.4);**/
  border-radius: 4px;
  width: 515px;
  margin: 50px auto 0 auto;
  padding: 20px;
  /**background-color: #000;**/
  
  position: ralative;
    z-index: 1;
    top: 210px;
    left: 350px;
    text-shadow:1px 2px 5px #101010;
}

.board > * {
  font-size: 7vw;
  font-family: 'Monoton', cursive;
  color: #fff;
  text-transform: uppercase;
}






@media screen and (max-width:768px) {
.board {
	text-align: center;
	border-radius: 4px;
	width: 515px;
	margin: 210px auto 0 auto;
	padding: 20px;
	
	position: ralative;
	z-index: 1;
	top: 210px;
	left: 350px;
	text-shadow: 1px 2px 5px #101010;
    }
.board > * {
	font-size: 11.5vw;
	font-family: 'Monoton', cursive;
	color: #fff;
	text-transform: uppercase;
  }

}/**閉じ**/


@media screen and (max-width:768px) {
.board {
	text-align: center;
	border-radius: 4px;
	width: 515px;
	margin: 100px auto 0 auto;
	margin-left: 120px;
	/* margin: 0 auto; */
	padding: 20px;
	position: ralative;
	z-index: 1;
	top: 210px;
	left: 326px;
	text-shadow: 1px 2px 5px #101010;
    }
}/**閉じ**/




@media screen and (max-width: 600px) {
.board {
	text-align: center;
	border-radius: 4px;
	width: 515px;
	margin: 100px auto 0 auto;
	margin-left: 50px;
	/* margin: 0 auto; */
	padding: 20px;
	position: ralative;
	z-index: 1;
	top: 210px;
	left: 326px;
	text-shadow: 1px 2px 5px #101010;
	}

}/**閉じ**/


@media screen and (max-width: 412px) {
.board {
	text-align: center;
	border-radius: 4px;
	width: 345px;
	margin: 90px auto 0 auto;
	margin-left: 150px;
	padding: 20px;
	position: ralative;
	z-index: 1;
	top: 210px;
	left: 350px;
	text-shadow: 1px 2px 5px #101010;
    }
.board > * {
    font-size: 9.5vw;
    font-family: 'Monoton', cursive;
    color: #fff;
    text-transform: uppercase;
    }
}/**閉じ**/




@media screen and (max-width:390px) {
	.board {
	text-align: center;
	border-radius: 4px;
	width: 390px;
	margin: 100px auto 0 auto;
	margin: 0 outo;
	padding: 20px;
	position: ralative;
	z-index: 1;
	top: 210px;
	left: 326px;
	text-shadow: 1px 2px 5px #101010;
	}

}


@media screen and (max-width:375px) {
.board {
	text-align: center;
	border-radius: 4px;
	width: 345px;
	margin: 50px auto 0 auto;
	padding: 20px;
	position: ralative;
	z-index: 1;
	top: 210px;
	left: 350px;
	text-shadow: 1px 2px 5px #101010;
    }
}/**閉じ**/


