.content__links {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 20px;
  box-shadow: 0px 0px 14px 7px rgba(102, 89, 188, 0.04), 0px 0px 9px -5px rgba(102, 89, 188, 0.6);
  border-radius: 20px;
}
.links__header {
  margin-bottom: 15px;
}
.select option:hover {
  background: linear-gradient(#FB7B9D, #FB7B9D);
  background-color: #FB7B9D;
  color: white;
  cursor: pointer;
}