html {
    max-width: 70ch;
    padding: 3em 1em;
    margin: auto;
    line-height: 1.75;
    font-size: 1.25em;
    
    background-color: #1C1D18;
    color: #ffffff;
    font-family: "Helvetica Neue", "Helvetica"

  }

.header{
    /*margin-top: 180px;
    margin-bottom: 3rem;*/
}

.pageTitle{
    font-size: 5rem;
}

.container{
    /*margin-left: 0rem;*/
}



.nav-link {
    color: white;
    text-decoration: none; /* no underline */
    transition: color 0.5s;
    transition-timing-function: ease-in-out;
    font-size: 3rem;
}

.nav-link:hover {
    color: #48d597;
}