.titlelogo{
  margin-top: 10px;
}

.topline{
  display: flex;
  width: 100%;
}

.titlelogo{
  margin-top: 15px;
}

.titleaboutcontainer{
  align-items: center;
  margin-top: 20px;
}

.titleabout{
  font-size: x-large;
}

.productsblock{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.productitemtype {
  width: 160px;
  height: 160px;
}

.productitemtype img{
  max-width: 120px;
  max-height: 120px;
}

