html, body {
    margin: 0; padding: 0;
}

body {
    background-color: black;
    color: coral;
    text-align: center;
    padding-left: 1em; padding-right: 1em;
}

h1 {
    text-transform: capitalize;
}

h2 {
    text-transform: capitalize;
}

ul {
    list-style: upper-roman;
    list-style-position: inside;
    margin: 0; padding: 0;
}

li {
    text-indent: 0;
}

a {
    color: #EDC161;
}

a:hover {
    color: #FF6161;
}