h1 {
	position: relative;
	text-align: center; 
	z-index: 5;
}
main {
min-height: 90vh;
	display: flex;
	justify-content: center;
}

#barometer {
	position: relative;
	height: 600px;
	width: 250px;
	display: flex;
	justify-content: end;
	align-items: center;
	flex-direction: column;
}
#img {
	position: absolute;
	top: 0;
	pointer-events: none;
}
#dude {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 10;
}
#fill {
	position: relative;
	bottom: 0;
	height: 1.5%;
	content: "";
	background-color: #fc382a;
	width: 40px;	
	border: 5px solid black;
	margin-bottom: 10.2rem;
	border-bottom: none;
}

#button {
	padding: 0.5rem 1rem;
	font-family: Code;
	background-color: pink;

}

