
/* yellowtail-regular - latin */
/*
@font-face {
  font-family: 'Yellowtail';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/yellowtail-v18-latin-regular.eot');
  src: local(''),
       url('../fonts/yellowtail-v18-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/yellowtail-v18-latin-regular.woff2') format('woff2'), 
       url('../fonts/yellowtail-v18-latin-regular.woff') format('woff'), 
       url('../fonts/yellowtail-v18-latin-regular.ttf') format('truetype'), 
       url('../fonts/yellowtail-v18-latin-regular.svg#Yellowtail') format('svg'); 
}
*/
/* pacifico - latin */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pacifico-v22-latin-regular..eot');
  src: local(''),
       url('../fonts/pacifico-v22-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/pacifico-v22-latin-regular.woff2') format('woff2'), 
       url('../fonts/pacifico-v22-latin-regular.woff') format('woff'), 
       url('../fonts/pacifico-v22-latin-regular.ttf') format('truetype'), 
       url('../fonts/pacifico-v22-latin-regular.svg#Pacifico') format('svg'); 
}

body {
	background-color: #3c5a74;
	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
	overflow-x: hidden;
} 

.outer {
	width: 100vW;
	height: 90vH;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.inner {
	
}

h1{
	color: #edebe6;
	font-size: 12rem;
	font-family: 'Pacifico';
	text-align: center;
	margin-bottom: 0;
	font-weight: normal;
}

p {
	color: #edebe6;
	font-size: 2rem;
	text-align: center;
}

a {
	text-decoration: none;
	color: #edebe6;
}

a:hover {
	text-decoration: underline;
}