@charset "UTF-8";
/* CSS Document */
body {
    background-color: #303031;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: "Inter", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 200;
 	font-style: normal;
	font-size: 0.8rem;
}
#page {
	align-items: center;
  	text-align: center;
  	color: #e95d5c;
  	/*background-color: aqua;*/
  	width: 100%;
  	height: 100vh;
	display: flex;
  	align-items: center;
  	justify-content: center;
}
#content {
 	background-color: #303031;
 	vertical-align: middle;
	width:600px;
	height: 100px;
}
h1 {
 	font-family: "Merriweather", serif;
 	font-optical-sizing: auto;
	font-weight: 100;
	font-size: 3rem;
 	font-style: italic;
  	font-variation-settings: "wdth" 100;
	line-height: 1rem;
}
/* unvisited link */
a:link {
  color: #EEE8DC;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #EEE8DC;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: #EEE8DC;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #EEE8DC;
  text-decoration: none;
}