.carousel {
  display: flex;
  justify-content: center;
}
.contains {
  width: 800px;
  height: 600px;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}
.slide_select {
  display: none;
}
.slide {
  width: 800px;
  height: 600px;
  position: absolute;
  opacity: 0;
}
.scroll_button {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  top: 50%;
  margin-top: -20px;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fdfdfd;
  cursor: pointer;
  opacity: 0.5;
  z-index: 3;
}
.scroll_button:hover {
  opacity: 1;
}
.scroll_prev {
  left: 15px;
  transform: rotate(-135deg);
}
.scroll_next {
  right: 15px;
  transform: rotate(45deg);
}
.move_controler {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.button_move {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
}
.button_move:hover {
  opacity: 0.75;
}
.button_move {
  background-color: #fdfdfd;
}
.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
.slide_select:nth-of-type(1):checked ~ .move_controler .button_move:nth-of-type(1) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked ~ .move_controler .button_move:nth-of-type(2) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked ~ .move_controler
  .button_move:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked ~ .move_controler
  .button_move:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(5):checked ~ .slide:nth-of-type(5) {
  opacity: 1;
}
.slide_select:nth-of-type(5):checked ~ .move_controler
  .button_move:nth-of-type(5) {
  opacity: 1;
}
.slide_select:nth-of-type(6):checked ~ .slide:nth-of-type(6) {
  opacity: 1;
}
.slide_select:nth-of-type(6):checked ~ .move_controler .button_move:nth-of-type(6) {
  opacity: 1;
}
.slide_select:nth-of-type(7):checked ~ .slide:nth-of-type(7) {
  opacity: 1;
}
.slide_select:nth-of-type(7):checked ~ .move_controler .button_move:nth-of-type(7) {
  opacity: 1;
}
.slide_select:nth-of-type(8):checked ~ .slide:nth-of-type(8) {
  opacity: 1;
}
.slide_select:nth-of-type(8):checked ~ .move_controler
  .button_move:nth-of-type(8) {
  opacity: 1;
}
.slide_select:nth-of-type(9):checked ~ .slide:nth-of-type(9) {
  opacity: 1;
}
.slide_select:nth-of-type(9):checked ~ .move_controler
  .button_move:nth-of-type(9) {
  opacity: 1;
}
.slide_select:nth-of-type(10):checked ~ .slide:nth-of-type(10) {
  opacity: 1;
}
.slide_select:nth-of-type(10):checked ~ .move_controler
  .button_move:nth-of-type(10) {
  opacity: 1;
}
.slide_select:nth-of-type(11):checked ~ .slide:nth-of-type(11) {
  opacity: 1;
}
.slide_select:nth-of-type(11):checked
  ~ .move_controler
  .button_move:nth-of-type(11) {
  opacity: 1;
}
