a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style-type: none;
}

button {
    outline: none;
}
button:focus{
    outline: none;
}