body {

/*	background-image:url("FF.jpg");
	background-repeat: no-repeat;
	background-align: center;
	background-size: 100% 100%;
	background-opacity: 0.3;*/

	background-color: black;
	background-opacity: 0.3;
	color: white;
}
a:link {
	color:red;
}
h1 {
	text-align: center;
	font-size:  4rem; 
	color: red;
}
h2 {
	text-align : center;
	font-size : 1.875em;

}
h3 {
	text-align: center;
	font-size: 1.875em;
	font-family: "Lucida Console", monospace;

	}
.m1 {
	text-align: center;
}
#m2 {
	font-size: 2.5em;
	font-weight: 900;
	text-align: center;
	border: 1px solid;
	padding: 10px;
	box-shadow: 5px 10px;
	border-radius: 10px 100px/120px;
	
}
.image {
	display: flex;
	width: 20%;
	height: 10%;
}
.test {
	display: block;
	margin-left: auto;
	margin-right:auto;
		}
div.centerR {
	margin: auto;
	width: 60%;

}
#flex-container {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}
.flex-container {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	}
div.polaroid {
	width: 50%;
	height: 30%;
	/*height: 50%;*/
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	margin-bottom: 10px;
	background-color: green;
}

div.container {
	text-align: center;
	padding: 1.5% 0.1%;
	font-size : 1.875em;
}

.reveCol {
	filter: invert(100%);
}


