body {
    font-family: Papyrus, sans-serif;
    margin: 0;
    padding: 0;
}
.section {
    padding: 20px;
    background-color: #959595;
}
h1 {
    font-size: 24px;
    color: #0470be;
}
ul {
    list-style-type: none;
}
li {
    margin-bottom: 10px;
}
a {
    color: #0074D9; /* Blue */
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #FF4136; /* Red */
}
a:visited {
    color: #85144b; /* Purple */
}