@charset "UTF-8";

a.ch {
    font-weight: bold;
    color: #1695a6;
    transition: .4s ease-in-out;
}

a.ch:hover {
    opacity: 0.7;
}