body{
    background-color: lightblue;
}
h1 {
    color: blue;
    text-align: center;
    background-color: black;
    width: 100%;
}
h2 {
    color: red;
    text-align: center;
    background-color: black;
    width: 100%;

}

footer {
    background-color: black;
    margin-top: 1000px;
    width: 100%;
    color: white;
    text-align: center;
    font-weight: bold;
}
.productCard{
    border: 1px solid grey;
    text-align: left;
    display: inline block;
    width: 350px;
}
