* {
    margin: 0;
    padding: 0;
}

h1 a {
    color: black;
    text-decoration: none;
}

h1 a:hover {
    text-decoration: underline;
}