body {
	background-color: #a8d4d1;
}

.bgimage {
	height: 100vh;
	background-image: url("../img/workshop.JPG");
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #a8d4d1;
	
	filter: blur(2px);
	opacity: 35%;
}

.container {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);

}

.pill {
	position: relative;
	top: -50px;
	align-content: center;
	height: 10em;
	width: 100%;
	
}

.reddot {
	position: relative;
	top: 10%;
	left: 65%;
	width: 90px;
	line-height: 55px;
	font-style: italic;
	font-weight: 700;
	height: 55px;
	border-radius: 50%;
	background-color: red;
	z-index: 10;
	transform: rotate(15deg);
	box-shadow: 5px 5px 10px black;
	
}