﻿p, h1 {
	font-family: sans-serif;
}

h1 {
	color: #66182a;
	font-weight: bold;
}

body {
	background: #f7f7f7;
}

main {
	display: grid;
	place-items: center;
	min-height: 100vh;
}

.error {
	padding: 3em 32em 3em 3em;
	background: white;
}