/*html {
    border: dashed red;
}

body {
    border: dashed orange;
}

input[type=text] {
    border: dashed yellow;
}

ol {
    border: dashed green;
}

li {
    border: dashed blue;
}*/

* {
    background: #2B2B2B;
    color: #A9B7C6;
    font-family: Consolas;
    font-size: 1.3em;
    text-align: center;
}

html, body {
    margin: 0;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0;
}

input[type=text] {
    border: 0.025em solid #ADA9A5;
    border-radius: 1em;
    box-sizing: border-box;
    font-size: 1.7em;
    margin: 0.1em;
    width: 99%;
}

ol {
    margin: auto;
    padding-left: 0;
}

li {
    list-style-position: inside;
    margin: auto;
}
