:root {
    font-family: "Times New Roman", Times, Georgia, serif;
    --link: rgb(78, 108, 198);
}

h1 {
    font-weight: bold;
}

.linkblock {
    letter-spacing: 1px;
    font-style: revert;
}

a, a:visited, a:hover, a:active {
    outline: revert;
    color: revert;
    text-decoration: revert;
}