table {
  margin: auto; /* центрує таблицю по горизонталі */
  text-align: center; /* вирівнює ячейки по центру */
}
.images-content {
  width: 31%; /* (1) 92% (2) 46% (3)31% (4) 23% (5)18% */
  max-width: 100%;
  height: auto;
  margin: 1%;
}
.pink {
	background-color: Pink;
}
.cyan {
	background-color: Cyan;
}

.images-container {
  position: fixed;
  top: 25px;
  right: 0px;
}

.arrow-image {
  width: 35px;
}