@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
* {
  font-family: 'Poppins', sans-serif;
}

a {
  cursor: pointer;
}

#pagination {
  position: fixed;
  bottom: 0;
  opacity: 1;
  z-index: 10;
  right: 0;
  height: 140px;
  display: inline-flex;
  transition: 1s;
  box-shadow: 0px -17px 114px 0px rgba(0,0,0,0.28);
}

.page_number {
  background: #000000;
  width: 140px;
  text-align: center;
  height: 100%;
  margin: auto;
  padding-top: 50px;
  margin: 0;
  transition: 1s;
}

.nav_font {
  font-size: 30px;
  color: white;
  margin: 0;
}

.selected_page {
  font-weight: bold;
  color: white;
  font-size: 30px;
  margin: 0;

}



.remove_margin {
  margin: 0;
}

.thumbnail_container {
  width: 140px;
  transition: 1s;
  transition: 1s;
}

.thumbnail {
  width: 140px;
  transition: 1s;
}

.thumbnail_container:hover {
  transform: scale(1.1, 1.1);
  padding-bottom: 20px;
  width: 145px;
}

.thumbnail:hover {
  width: 100%;
}

.next_label {
  width: 320px;
  height: 140px;
  background: #fff;
  text-align: center;
  height: 100%;
  margin: auto;
  padding-top: 50px;
  margin: 0;
  transition: 1s;
}

.nav_label {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

.next_arrow {
  vertical-align: middle;
  padding-left: 20px;
}
