body {
    background-image: url("https://cs.csub.edu/~gtorres/3680/lab3/bg.png");
    color: black;
}

h1 {
    text-align: center;
}

h2 {
    background-color: rgba(255, 255, 255, 0.199);
    text-align: center;
}

#container {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr; */
    width: 80%;
    margin: 20px auto;
    overflow: auto;
    
}

.image {
    /* position: left; */
    float: left;
    width: 20%;
    min-width: 120px;
}

.info {
    float: left;
    width: 40%;
}

.description {
    clear: both;
}

.product {
    float: left;
    width: 45%;
    height: 200px;
    padding: 3px;
    margin: 10px;
    border-top: 6px solid white;
    border-right: 6px solid gray;
    border-bottom: 6px solid gray;
    border-left: 6px solid white;
    box-shadow: 6px 6px black;
    border-radius: 2px;
    /* display: inline-grid;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    position: relative; */
}

div {
    /* border: 1px solid red; */
}

footer {
    clear: both;
    text-align: center;
}

/* div#image {order: 1;}
div#name {order: 2;}
div#vendor {order: 3;}
div#quantity {order: 4;}
div#price {order: 5;}
div#description {order: 6;} */