/*my_css.css*/

.text {
    margin-top: 0px;
    margin-left: 10px;
    }
    .ourItems {
        display: none;
        width: 100%;
    }
    
    .itemLabels {
        display:none;
    }
    
    .homePageImage {
        width: 100%;
    }

    .quote {
        font-size: 0.85em;
        font-style: italic;
      }