@font-face {
    font-family: 'Trebuchet MS';
    src: url(https://fonts.gstatic.com/l/font?kit=5h1diZ4yJ3MPiLu-OzLLCj-qCm5MjXPjbA&skey=7e071cef4f2cf8ce&v=v20);
}

body {
    padding: 3rem;
    background-color: black;
    color: white;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h1, h2 {
    text-align: center;
    color: chartreuse;
}

.top {
    padding: 1rem;
    border: chartreuse;
}


nav {
    background-color: chartreuse;
    color: black;
    padding: 0.5em;
}

nav a {
    color: black;
}

a {
    color: chartreuse;
}