body {font-family: "kiro", sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.3rem;
background-color: #FFFDD0;
}

h2 {font-family: "nicholas", sans-serif;
font-weight: 400;
font-style: italic;}

h1 {font-family: "nicholas", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 5rem;}

li {padding: .5rem;}

main {
max-width: 60rem;
margin: auto;
}

a:link, a:visited, a:hover, a:active {color: #371B08; text-decoration: none;}
a:hover {text-decoration: underline;}

hr { border: 1.5px solid silver;opacity: .5;}