h1 {
	text-align: center;
	position: relative;
}
h2 {
	text-align: center;
	position: relative;
}
#container {
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh; */
}

body {
	background-color: #414141;
	overflow-x: hidden;
	color: #bbb;
}
input {
	border-radius: 15px;
	height: 20px;
	padding-left: 10px;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
