* {
	margin: 0;
	padding: 0;
	}
.imgbox {
	display: grid;
	height: 100%;
   	}
.center-fit {
	max-width: 100%;
	max-height: 100vh;
	margin: auto;
	}		
.body {
	font-family: myriad_proregular; 
	font-size: 13px; color: #000000;
	}
.button {
	background-color: white; 
	border: 1px solid #867282;
	border-radius: 14px;
	color: #867282; 
	padding: 17px 19px; 
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 29px; 
	font-family: myriad_prolight;
	cursor: pointer;
	}	
@font-face {
    font-family: 'myriad_prolight';
    src: url('/fonts/myriadpro_light-webfont.woff2') format('woff2'),
         url('/fonts/myriadpro_light-webfont.woff2') format('woff'),
		 url('/fonts/myriadpro_light-webfont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'myriad_proregular';
    src: url('/fonts/myriadpro_regular-webfont.woff2') format('woff2'),
         url('/fonts/myriadpro_regular-webfont.woff2') format('woff'),
		 url('/fonts/myriadpro_regular-webfont.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
	}