@charset "UTF-8";

.link {
  color: #c594a4 !important;
  text-decoration: none !important;
}
.link:hover {
  opacity: 0.7;
  transition: 0.3s all;
}