.modules {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.page {
  min-width: 300px;
  cursor: pointer;
}
