:root {
    --my-muted-green: #63B38D;
    --my-green: #519676;
    --my-gold: #CFB860;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img, article {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: "Simonetta", serif;
  	font-weight: 400;
  	font-style: normal;
    font-size: 18px;
}

body {
    text-align: center;
    padding: 20px 5px 20px 5px;
    color: #444;
}

h1 {
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
  	font-style: normal;
    font-size: 34px;
}

article {
    text-align: left;
    margin: 0 auto;
    padding: 10px;
}

a {
    color: var(--my-muted-green);
    text-decoration: none;
}

a:hover {
    color: var(--my-green);
    text-decoration: none;
}

#logo {
    max-height: 100px;
} 