@charset "UTF-8";

section{
	width: 100vw;
	height: 100vh;
	position: relative;
}
.container{
	position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
}
h1{
  font-size: 40px;
  color: #1E8085;
  font-family: a-otf-futo-min-a101-pr6n, serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.2em;
}

