:root {
    --black: rgba(0, 0, 0, 0.93);
    --background-color: rgba(255, 255, 255, 1);
    --max-desktop-width: 960px;
}

.link {
    text-decoration: none; /* no underline */
    line-height: 34px;

    border: 2px solid var(--black);
    padding: 1rem;
    border-radius: 10px;
    color: inherit;
    cursor: pointer;
    font: inherit;

    text-align: inherit;
    user-select: auto;
}

a {
    color: black;
}

a:visited {
    color: black;
}

a:hover {
    color: black;
    text-decoration: underline;
}

a:active {
    color: black;
}

header .tab button {
    color: black;
    text-decoration: none;
}

header .tab button:hover {
    color: black;
    text-decoration: underline;
}
