html, body
{
    width: 100%;
    overflow-x: hidden;
    background-size: cover;
}

a 
{
    color: white;
}

a:hover 
{
    color: gray;
}

header ul li, footer ul li
{
    list-style-type: none;
    color: white;
    margin: 15px;
}

footer ul
{
    list-style-type:none;
    padding: 0;
    margin-left: 0;
}

footer ul li
{
    margin: 5px;
    padding-left: 0px;
    font-size: 12px;
}

footer .fa-brands
{
    /* margin: 5px; */
    /* padding-left: 0px; */
    font-size: 0px;
    width: 20px;
}

.store-space
{
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(4, 1fr);
    gap: 1;
}

.store-space div 
{
    /* height: 150px; */
    height: auto;
    display: inline;
}

.item-sale
{
    color: gray;
}    

.item-sale p
{
    height: 60px;
}

.item-sale button, footer input[type="submit"] 
{
    background-color: transparent;
    border: 2px gray solid;
    color: gray;
}

.item-sale button:hover
{
    background-color: gray;
    color: white;
}

/* footer
{
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 100%;
} */

footer
{
    color: gray;
}