.container {
    max-width: 800px; }

.header {
    margin-top: 6rem;
    text-align: center; }

.navcontainer {
    display: flex;
    justify-content: space-between;
}

#footer {
    text-align: center;
}


.undecorated-link a {
    text-decoration: none;
    color: #222;
}

a {
  color: blue;
}
