body {
    margin: 3rem;
    font-family: sans-serif;
    background-color: #f5f5f5;
    line-height: 1.5rem;
    font-size: 1.1rem;
}

h1 {
    color: #A51417;
}

ol li {
    border-top: 1px solid #ccc;
    padding: 1rem;
    padding-bottom: 2rem;
}

a {
    text-decoration: none;
    font-weight: 500;
    color: black;
    font-size: 1.5rem;
    padding-bottom: 20px;
}

a:hover {
    color: #A51417;
    font-weight: 600;
}

.question {
    font-weight: 600;
    font-size: 1.2rem;
}