.product-a{
    display: flex;
    color: #000000;
    text-decoration: none;
}
.product-div{
    margin-bottom: 20px;
    padding: 20px;
    transition: 0.5s;
}
.product-div:hover{
    background: #FFFFFF;
    transition: 0.5s;
}
.product-icon{
    width: 180px;
    height: 180px;
}
.product-description{
    width: 100%;
    margin-left: 20px;
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
}
.product-name-description{
    margin-left: 10%;
}
.otherproduct-div{
    display: flex;
    margin-left: 10%;
}
.otherproduct-div-a{
    color: #000000;
    text-decoration: none;
    margin: 10px;
}
.otherproduct-product-div{
    width: 150px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.otherproduct-product-div:hover{
    transition: 0.5s;
    background: #303030;
    color: #FFFFFF;
    width: 160px;
    height: 90px;
}