body {
   
    background-image: url(art/fruitgerBG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center center;
    overflow-x: hidden;
    place-items: center;
}
#containerDiv {
    margin-top: 5%;
    background-color: rgba(255, 255, 255, 0.75);
    width: 60vw;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    text-align: left;
    color: black;
    box-shadow: 4px 4px 5px gray;
}
#olGloss{
    margin-right: 5%;
}