@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	color: #CC9170;
}

body {
  background-color: #000;
}

h1 {
	font-weight: 300;
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 15px;
	color: #5C4738;
}

a:link {
  color: #CC9170;
  text-decoration: none;
}

a:visited {
  color: CC9170;
}

a:hover {
  color: #E8BAA3;
  text-decoration: underline;
}

a:active {
  color: #EDC2B3;
}

div.center {
  text-align: center;
}
