body {
  font-family: Arial, sans-serif;
  padding: 40px;
  background-color: #f5f5f5;
  text-align: center;
}

h1 {
  color: #5c5c5c;
  text-align: center;
}

.flex-row{
  display: flex;
  gap: 15px;
}

.flex-cell{
  background-color: aqua;
  color: violet;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.zdjecie{
  max-height: 100px;
  border-radius: 10px;
}