html {
	background-color: #080808;
	font-family: mulish, arial, sans-serif;
	font-weight: 400;
}

body {
	background-color: white;
	width: 100%;
	max-width: 25rem;
	margin: 2rem auto 2rem;
	text-align: center;
}

h1 {
	font-weight: 400;
	font-size: 1.5rem;
}

img {
	width: 3rem;
	margin-top: 2rem;
}

form {
	padding: 2rem;
	display: grid;
	grid-row-gap: 1rem;
	grid-template-columns: repeat(2, auto);
	text-align: left;
}

label {
	font-weight: 3;
	font-size: 0.875rem;
}

input[type=submit]{
	text-align: center;
	border-radius: 0.1rem;
	border-width: 0;
	margin-right: 0;
	grid-column-start: 2;
	background-color: #1E1A0E;
	margin-left: 5rem;
	height: 2rem;
	color: white;
	font-size: 0.925rem;
	margin-top: 2rem;
	left: 6.2rem;
	cursor: pointer;
}