#flip-the-switch_link {
  position: relative;
}
  #flip-the-switch_link:hover > #flip-the-switch_img  {
    border-color: #94e266;
  }
  #flip-the-switch_link:hover > #flip-the-switch_text {
    color: #94e266;
    text-decoration: underline;
    text-decoration-color: #94e266;
  }

#flip-the-switch_img {
  border-radius: 50%;
  border: 10px solid #66cc33;
  margin-top: 25px;
  transition: border 0.3s;
}

#flip-the-switch_text {
  margin-top: 10px;
  margin-left: 22px;
  margin-bottom: 25px;
  color: white;
  transition: all 0.3s;
}