body {
    font-family: "Edu AU VIC WA NT Hand", sans-serif;
    background: rgb(255,247,239);
    background: linear-gradient(to right, 
        rgba(0,0,0,0.16) 0%, 
        rgba(255,247,239,0.8) 30%, 
        rgba(255,247,239,0.8) 70%, 
        rgba(0,0,0,0.16) 100%);
}

h1 {
    font-family: "Qwitcher Grypen", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    color: #555555;
    text-decoration: underline;
    text-decoration-style: double;
    text-decoration-color: #999999;
    text-decoration-thickness: 1px;
    text-underline-offset: 6px;
    font-size: 4rem;
    margin-top: 3px;
    margin-bottom: 3px;
}

.main {
    margin-top: 40px;
    text-align: center;
}

ul {
    padding-left: 7px;
}

li {
    font-size: 1.2rem;
}

li::marker { content: ''; }

li::before,
li::after{
    color: #555555;
    font-size: 0.6em;
}
li::before {
    content: '<a>';
    margin-right: 8px;
}
li::after {
    content: '</a>';
    margin-left: 6px;
}

a,
a:visited,
a:active {
    color: black;
    text-decoration: none;
    letter-spacing: 2px;
}
a:hover,
li:hover::before,
li:hover::after {
    color: #2222AA;
}
