@font-face {
    font-family: 'pp_hattonmedium';
    src: url('font/pphatton-medium-webfont.woff2') format('woff2'),
         url('font/pphatton-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
/*	width: 100%;
	height: 100vh;*/
/*	background-image: url(img/background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
	background-color: #E0C7CD;
}

.container{
	display: grid;
	grid-template-columns: 100vw;
	grid-template-rows: 100vh;
}

.wrapper{
	ustify-self: center;
	align-self: center;
	width: auto;
	text-align: center;
}

h1{
	font-family:"pp_hattonmedium";
	font-size: clamp(32px,8vw,160px);
}

.wrapper p{
	margin-top: 16px;
    font-size: clamp(14px,5vw,24px);
}


.wrapper .mail{
	font-size: clamp(24px,5vw,48px);
}