body{
    overflow: hidden;
    background-color:rgb(238, 236, 235);
}
#MAIN{
    display: inline-block;
    margin: 0 auto;
    float: left;
    height: 90px;
    width: auto; 
}
#prod{
    display: inline-block;
    margin: 20px auto;
    float: left;
    border: 0;
    width: 85px;
    height: 40px;
    background-color: rgb(238, 236, 235);
    align-content: center;
    text-align: center;
    font-size: 20px;
}
#prod:hover{
    background-color: lightgray;
}
#leftprod{
    display: inline-block;
    margin: 20px auto;
    float: right;
    border: 0;
    width: 85px;
    height: 40px;
    background-color: rgb(238, 236, 235);
    align-content: center;
    text-align: center;
    font-size: 20px;
}
#leftprod:hover{
    background-color: lightgray;
}
a:link { color: blue; text-decoration: none;}
a:visited { color: blue; text-decoration: none;}
a:hover { color: blue; text-decoration: underline;}
a:active { color: blue; text-decoration: underline;}
