﻿a {
    color: #658DCE;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

    a:hover {
        color: #7CAEFF;
    }
