* {
    background-color: #202020;
    color: white;
    font-family:Arial, Helvetica, sans-serif;

}
#wipWarning {
  color:rgb(255, 136, 0);
  text-align:center;
  
}
/*WEBSHOP DIVs*/
div.section {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
div.product{
  margin: 5px;
  border: 1px solid #ccc;
  width: 360px;
}
