body {
	background: #f7f7f7;
	min-width: 320px;
	font-family: 'Alegreya Sans SC', sans-serif;
}

header .wrap {
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
}

header .wrap .mail {
	display: flex;
	font-size: 28px;
	color: #000;
    justify-content: center;
    width: 100%;
}

header .wrap .mail a {
	color: #2295d2;
    text-decoration: none;
}

header .wrap .mail a:hover {
	text-decoration: underline;
}

@media all and (max-width: 600px) {

header .wrap .mail {
	font-size: 18px;
}
	
}


