@import url('https://fonts.googleapis.com/css2?family=Alegreya:wght@500&family=Silkscreen&display=swap');

html, body 
{
    color:#000;
    background-color:#fff;
    font-family: 'Alegreya', serif;
    line-height:140%;
}

a:link {
    color:#0f5a5e;
    text-decoration:none; 
    font-weight:bold;
}

a:visited {
    color:#0f5a5e;
    text-decoration:none;
}

a:hover {
    color:#fff; 
    background-color:#0f5a5e; 
}

h2 {
    color:#000;
    font-family: 'Silkscreen', cursive;
    font-size:50px;
}

nav {
    color:#000;
    font-family: 'Silkscreen', cursive;
}


li {
    margin: 4px 0;
}

#content {
    max-width:800px;
    margin:20px auto; 
    padding:20px;
}

