*{
	margin:0;
	padding:0;
}
body {
  box-sizing: border-box;
  font-family: 'Nunito';
  width:100%;
}
#infoEvent {
	text-align: center;
}
#infoEvent img{
	width:313px;
	height:126px;
	margin-top:50px;
	margin-bottom:50px;
}
#infoEvent h2{
	font-size:2.5rem;
	margin-bottom:1rem;
}
#infoEvent p{
	font-size:1.8rem;
}
.video{
	background-image:url("../images/video.png");
	min-height:30rem; 
	background-repeat:no-repeat;
	background-position: center;
	justify-content:center;
	align-items:center;
	display:flex;
}
.prinRect{
	display:flex;
	justify-content:center;
	align-items:center;
}
.rect{
	width:20rem;
	height:15rem;
	background-color:#ea6b48;
	margin-left:4.5rem;
	margin-right:4.5rem;
	margin-top:5rem;
	display: flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}