.wrapper a{
    text-decoration: none;
    color: green;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}
.wrapper a:hover{
    color: blue;
}
