html{
    background:white;
    position:relative;
    height:100%;
    text-align:center;
}

body{
    font-family: 'Quicksand','Arial','Meiryo','sans-serif';
}

#main{
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  	color:#333333;
}
.paper {
	width: 600px;
	margin: 0 auto;
	font-size: 20px;
	letter-spacing: 1.2px;
	line-height: 28px;
}

h1{
	position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
	font-size: 1px;
	color: rgba(255,255,255,0);
}
h2{
  font-size: 52px;
  font-family: 'Quicksand';
}
h3{
  font-size: 22px;
  margin-top:50px;
  margin-bottom:25px;
  letter-spacing: 1.4px;
}

.btn-search{
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	background: #F9BC60;
	border: none;
	color: white;
	border-radius: 3px;
	transition: .4s;
	cursor: pointer;
	width:300px;
	height:50px;
	font-family: 'Quicksand';
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	outline: none;
  	margin-bottom:10px;
  }
  .btn-search:hover{
	letter-spacing: 8px;
	background: #ff894f;
	color: white;
  }

.btn-twitter {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	background: rgba(15, 20, 25, 1);
	color: white;
	border: none;
	border-radius: 3px;
	transition: .4s;
	cursor: pointer;
	width:300px;
	height:50px;
	font-family: 'Quicksand';
	font-size:1.4rem;
	font-weight: bold;
	line-height:1.4rem;
	outline: none;
}

.btn-twitter:hover{
	background: rgba(15, 20, 25, 0.7);
}

.inquiry{
	margin-top:30px;
}
