*
{
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier, monospace;
}
li:hover
{
    transform: scale(1.05);
    transform-style: preserve-3d;
    color: aqua;
    
}
body
{
    height: 100%;
    background-image: url(/Images/bg.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
    
}
#Products
{
    padding-top: 25px;
    padding-left: 20px; 
    padding-right: 20px;
    padding-bottom: 20px;
    text-align: center;
    
}

#card:hover
{
    transform: scale(1.05);
    box-shadow: 0 0px 0px black;
}
#card
{
    padding-right: 20px;
}
footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
}
#card-body
{
    padding-top: 200px;
}
form
{
    background-color: black;
    width: 50rem;
    height: 54rem;
    border: 5px;
    border-radius: 50px;
    font-size: x-large;
    font-weight: bolder;
}
