* {
  margin: 0;
  padding: 0;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h1 {
    text-align: center;
    padding: 2rem;
}

.nav-menu{
    display: flexbox;
    justify-content: space-between;
    text-decoration: none;
    color: aliceblue;
}