.container {
  margin: 0 auto;
  padding: 40px;
  width: 80%;
  color: #333;
  background: #419be0;
}

.slick-slide {
  text-align: center;
  color: #419be0;
  background: white;
}

.slick-prev:before,
.slick-next:before {
  color: #000 !important;
}

.single-item p {
  font-size: 2rem;
  font-weight: bold;
/*  line-height: 100px;  */
/*  color: #666;  */
  margin: 10px;
  text-align: center;
  background-color: #e0e0e0;
}

.buttons {
  display: flex;
  justify-content: center;
}

.buttons .button {
  margin: 8px;
  border: 1px solid #000;
  color: #000;
  padding: 8px;
  text-align: center;
/*  display: table-cell;  */
/*  vertical-align: middle;  */
  width: 8em;
  transition: all 300ms ease;
}

.buttons .button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: all 300ms ease;
}

.buttons .button2 {
  margin: 6px;
  border: 1px solid #000;
  color: #000;
  padding: 6px;
  text-align: center;
/*  display: table-cell;  */
/*  vertical-align: middle;  */
  width: 4em;
  transition: all 300ms ease;
}

.buttons .button2:hover {
  cursor: pointer;
  background-color: #9cf;
  color: #fff;
  transition: all 300ms ease;
}