.put-center {
  justify-content: center;
  align-content: center;
}

.construction {
  padding-top: 200px;
  padding-bottom: 200px;
  color: #fff;
  border: 2px;
  border-color: #000;
}

.const {
  font-weight: 600;
  font-size: 50px;
}

@media only screen and (max-width: 600px) {
  .const {
    font-weight: 600;
    font-size: 20px;
  }
}



.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-weight: 500;
  background-color: #000;
  padding: 10px 10px;
  color: #fff;
}

.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}
