.carousel-inner{
	width: 100%;
	height: 90vh;background-color: #295c00;
    background-image: url("https://www.transparenttextures.com/patterns/brushed-alum.png");
    text-align: center;
}
h1{
	text-align: center;
	margin-top: 90px;
	font-family: 'nunito';
	color: white;
}
.times{
	width: 70%;
	margin-left: 15%;
	font-weight: 400;
}
.date{
	color: white;
	text-align: left;
	font-size: 20px;

}
.time{
	color: white;
	font-size: 20px;
	text-align: left;
}
.item{
	text-align: center;
	border: 1px white solid;
	width: 70vw;
	margin: 0 auto;
	align-self: center;
}
.head{
	text-decoration: underline;
	color: white;
	font-size: 30px;
	font-weight: 400;
	margin-top: 2vh;
	font-family: 'nunito';
}
.content{
	margin-top: 10vh;
	text-rendering: geometricPrecision;
	margin-bottom: 5vh;
	color: white;
	font-weight: 500;
	font-size: 15px;
}