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

body{
	background-color: rgb(247,252,252);
	color: #244445;
	font-family: 'Shippori Mincho', serif;
	font-weight: 400;
	margin: initial;
	padding: initial;
}

h1{
	font-size: 33px;
}

h2{
	font-size: 27px;
}

h3{
	font-weight: 600;
	font-size: 17px;
	letter-spacing: 0.05em;
}

h4{
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 13px;
}

h5{
	font-weight: 600;
	font-size: 21px;
}

a{
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  color: white;
}


.number{
	font-weight: 400;
	font-size: 50px;
	text-align: center;
	color: #68c3c5;
	opacity: 0.2;
}


