#body{
	background-color: #101010;
	color: #A3462B;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
}
#div{
	display: flex;
	justify-content: center;
}

#text{
	font-size: 3em;
}
#gearing{
	width: 500px;
	height: 300px;
}