.more1 {
  color: white;
}
.more2 {
  margin: 0;
}
.more3{
  text-align: center;
  margin-top: 50px;
  animation-name: fade;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.target {
  background-color: ;
}

.button{
  width: 16px;
  height: 16px;
color: #808080;
  border: none;
  animation-name: fade;
  background-color: #fff;
  cursor: pointer;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
.button:hover{
    background-color: #FF77A0;
    color: #fff;
  border-radius: 50%;

}
.button:after{
  margin-left:-4.5px;
font-family:"FontAwesome";
content:" \f078";
}
.button::after {
font-family:"FontAwesome";
content:" \f077";
}

.button2{
  width: 16px;
  height: 16px;
color: #808080;
  border: none;
  animation-name: fade;
  background-color: #fff;
  cursor: pointer;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
.button2:hover{
    background-color: #FF77A0;
    color: #fff;
  border-radius: 50%;

}
.button2:after{
  margin-left:-4.5px;
font-family:"FontAwesome";
content:" \f078";
}
.button2::after {
font-family:"FontAwesome";
content:" \f077";
}

.button3{
  width: 16px;
  height: 16px;
color: #808080;
  border: none;
  animation-name: fade;
  background-color: #fff;
  cursor: pointer;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
.button3:hover{
    background-color: #FF77A0;
    color: #fff;
  border-radius: 50%;

}
.button3:after{
  margin-left:-4.5px;
font-family:"FontAwesome";
content:" \f078";
}
.button3::after {
font-family:"FontAwesome";
content:" \f077";
}

.button4{
  width: 16px;
  height: 16px;
color: #808080;
  border: none;
  animation-name: fade;
  background-color: #fff;
  cursor: pointer;
  animation-duration: 1s;
  animation-iteration-count: 1;
}
.button4:hover{
    background-color: #FF77A0;
    color: #fff;
  border-radius: 50%;

}
.button4:after{
  margin-left:-4.5px;
font-family:"FontAwesome";
content:" \f078";
}
.button4::after {
font-family:"FontAwesome";
content:" \f077";
}
