#container {
    width: 700px;
    border-radius: 10px;
    background-color: FloralWhite;
    /*#65655d;*/
    position: relative;
    top: 60px;
    bottom: 0;
    margin: 0 auto;

    right: 0;
    font-family: Verdana, Geneva, sans-serif;
    color: white;
    z-index: 0;
    padding-bottom: 10px;
    min-height: 100px;
    height: 220px;
    overflow-y: auto;
}

#headLine {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    color: indigo;

}

#nav {
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: space-around;
}

#subheading {
    font-size: 15px;
    text-align: center;
    color: black;
}

#listing {
    width: 600px;
    height: 400px;
    display: none;
    padding: 20px;
    background-color: lightgrey;
    margin: 0 auto;
    margin-top: 72px;
    overflow-y: auto;
    border-radius: 10px;
}