.flex-container {
  display: flex;
  flex-direction: row;
}

.flex-container-colounm {
  display: flex;
  flex-direction: column;
}

.beta-none-text{
	text-decoration: none;
}

.beta-event-name {
	font-weight:bold;
	letter-spacing:4px;
	font-family: 'Amita';
}

.beta-font-15px {
	font-size: 15px;
}

.beta-font-18px {
	font-size: 18px;
}

.beta-colun-height-50-per {
	height: 50%;
}