ol {
	width: 10em;
	margin-bottom: 2em;
}

li {
	margin-top: .5em;
	margin-bottom: .5em;
}

input[type=text] {
	width: 5em;
	padding: .1em;
}

body {
	display: flex;
	flex-direction: column;
	/*align-items: start;
	justify-content: left;*/
	width: 25em;
	margin-left: auto;
	margin-right: auto;
}

img {
	position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
	max-width: none;
    height: 100vh;

    display: flex;
    
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

section.instructions {
	margin-top: 3em;
	margin-bottom: 3em;
	display: flex;
	flex-direction: column;
	gap: 1em;
}

.hide-bg {
	position: fixed;
	left: 0;
    top: 0;
    width: 100vw;
	max-width: none;
    height: 100vh;
	background-color: black;
}

.timer {
	position: fixed;
	bottom: 2em;
	right: 2em;
	z-index: 100;
}

#pause {
	position: fixed;
	bottom: 2em;
	left: 2em;
	z-index: 100;
}