* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
font-family: Merriweather, Georgia, serif;
background: #f5f5f5;
}
a {
color: #2D5016;
text-decoration: none;
}
a:hover {
text-decoration: none;
}
h1 {
font-size: 22px;
color: #F59E0B;
}
p {
line-height: 1.5;
}
