#wrapper {
    display:grid;
}

nav {
    font-weight: bold;
    background-color: #ec8080;
    position:sticky;
    top: 0;
    color:#fff;
    grid-area: 2 / 2 / 3 / 8;
}

nav ul {
    text-align: center;
    margin:0px;
    padding: 0px;
    display: flex;
    flex-flow: row nowrap;
    list-style-type: none;
}

nav ul li {
    width: 100%;
}

/*
something {
    background-image: images/cat
    does background image have alt text? i forgot lol
    Wip
}