h1 {
    letter-spacing: 1px;
    color: black;
    font-size: x-large;
    font-weight: bold;
}

h2 {
    letter-spacing: 1px;
    color: orangered;
    font-size: medium;
    font-weight: bold;
}

.download {
    color: brown;
}

/*unvisited link*/
a:link {
    color: black;
    font-size: x-large;
}

/*visited link*/
a:visited {
    color: blue;
    font-size: x-large;
}