@charset "utf-8";

        a { display: block; text-decoration: none; color: #2c3e50; transition: 0.3s; }
        a:hover { color: #e67e22; background: #fdf2e9; }
       
