body {
    background-color: #181717;
    color: white;
    display: flex;
    justify-content: center;
    font-family: 'Courier New', monospace;
}

img {
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

#content {
    max-width: 650px;
}

.victory {
    text-decoration: line-through;
}

a,
a:visited {
    color: #f0c051;
    font-weight: bold;
}

h2, h3 {
    color: #f0c051;
}

h3 {
    font-style: italic;
}

textarea {
    width: 100%;
    height: 20em;
}

.current-call-to-action {
    background-color: #f0c051; /* Green */
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a.current-call-to-action,
a.current-call-to-action:visited {
    color: black;
    font-size: 16px;
    font-weight: bold;
}

ul {
    list-style-type: none;
}

li {
    margin-top: 10px;
    background: url('/img/skull.png') no-repeat left top;
    padding-left: 30px;
}

li.check {
    margin-top: 10px;
    background: url('/img/fist.png') no-repeat left top;
    padding-left: 30px;
}