@charset "UTF-8";

.text_link{
transition: 0.3s;
}

.text_link:hover{
  opacity: 0.7;
} 