a.readon.learn:hover {
  color: white;
}
.y-middle{
  row-gap: 30px;
}

a.popup-border.popup-videos {
  display: flex;
} 
.play-button-is-there {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 23px;
  border: 1px solid #6722b5;
  padding: 0px 23px;
  border-radius: 6px;
  transition: all 0.5s;
}
.play-button-is-there:hover {
  background-color: #ff7425;
  color: white;
  border: 1px solid #ff7425;
}
.play-button-is-there a:hover {
  color: white;
}
