#detailedNav{
    background-color: darkgray;
    margin: auto auto auto auto;
    width: 80%;
}

footer{
    position: sticky;
    background-color: darkgray;
}

footer div{
    padding-bottom: 2em;
}

footer div a{
    text-decoration: none;
    color: white;
    text-align: center;
    margin-top: 1%;
}

footer div a:hover{
    text-decoration: none;
    color: lightblue;
}

#credits{
    border-top: solid white 1px;
    display: grid;
    justify-items: center;
    margin: auto;
        width: 80%;
}

#detailedNav hr {
    border-color: whitesmoke;
}


.display {
    border-radius: 1%; 
    padding: 1% 1%; 
    margin: 5%;
    color: white;
    font-size: 1.25em;
    background-color: inherit;
}

.display  h3{ 
    text-align: left;
    margin-top: 0%;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
}


.contact a:hover {
  color: rgb(112, 141, 150);
}