body {
	background-color: #fefefe;
	background-image: url('hand.avif');
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 10px;
	column-gap: 10px;
	row-gap: 10px;
}

.content {
	border-radius: 10px;
	margin: 0px;
	padding: 15px;
	width: 75%;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}

.glass {
	background: rgba(0, 0, 0, 0.75);
	border: black solid 1px;
	color: white;
}

.flexh {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	column-gap: 10px;
	row-gap: 10px;
}

a {
	color: white;
}
