﻿body {
    font-family: Roboto;
}

.wrapper {
    width: 800px;
    margin: 10px auto;
}

h1, h2 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 2em;
    text-align: center;
}

p {
    margin-bottom: 1em;
}

ol {
    list-style-type: disc;
    list-style-position: initial;
    padding-left: 1em;
    margin-bottom: 1em;
}

ol li {
    padding-left: 1em;
    margin-bottom: 0.5em;
}

strong {
    font-weight: bold;
}