eventirow{
	max-width:1600px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	margin-left:auto;
	margin-right:auto;
}

eventidiv{
	margin-bottom:5px;
	text-align:center; !important
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='8' ry='8' stroke='%23EC3463' stroke-width='7' stroke-dasharray='50%25%2c 13%25' stroke-dashoffset='93' stroke-linecap='butt'/%3e%3c/svg%3e");
	border-radius: 8px;
	border:solid 1px green;
}

eventapa{
	max-width: 10%;
	object-fit: cover;
	border-radius: 10px;
	}