.product
{
    background-color: lightgray;
    width: 300px;
    padding: 5px;
    margin: auto;
}
/*#products
{

}*/
body 
{
    margin: 0;
    padding: 0;
    background-color: rgb(47, 104, 81);
    justify-content: center;
}
#container
{
    border: 15px black;
    border-radius: 15px;
    margin: auto;
    width: 50%;
    min-width: 400px;
    min-height: fit-content;
    background-color: rgb(173, 154, 130);
}
.navbar
{
    background-color: cornflowerblue;
    text-align: center;
    list-style: none;
    a{
        color: black;
    }
}
#form
{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: flex;
    justify-content: center;
    min-width: 200px;
    min-height: 200px;
}
#head
{
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    display: flex;
    justify-content: center;
    min-width: 50px;
    min-height: 50px;
}
input[type='submit']
{
    margin-top: 5px;
}
/* TODO: Make you pages look pretty! */
