nav ul {
    background-color: black;
    display: flex;
    color: white;
    flex-basis: 100%;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 10px;
    text-align: center;
}

nav a {
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

nav ul li {
    flex-basis: 20%;
}
header {
    background-color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: 400;
    font-size: larger;
    padding-left: 20px;
    padding-top:  1px;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
}
main {
    background-color: #960701;
    text-align: center;
    padding-top: 10px;
    
}
footer {
    background-color: #960701;
}
body {
    background-color: #960701;
    margin: 0;
}
h1 {
    color: white;
}
h2 {
    color: white;
    margin: 0  ;
}
h3 {
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    letter-spacing: 0.2em;
    font-weight: 800;
    font-size: x-large;
    text-align: center;
}
p {
    text-align: center;
    color: white;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
a:visited {
    color: grey;
}
a:hover {
    color: #960701;
}
#product {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: center;
}
#about {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    justify-content: center;
}