body {
 background-color: #193529;
}

.row {
  display: flex;
}

.column {
  flex: 50%;
  padding: 20px 20px 20px 20px;
}

.content {
  	max-width: 1100px;
  	margin: 0 auto;
  	padding: 20px 20px 20px 20px;
}

h1 {
	font-size: 70px;
	font-family: CloisterBlackLight-axjg;
	color:#EDFF24;
	font-weight: normal;
}


h2 {
	color: #fff;
	font-size: 24px;
	font-family: Arial;
	padding-bottom: 20px;
	font-weight: normal;
}

p {
	color: #fff;
	font-size: 20px;
	font-family: Arial;
	font-weight: normal;
}


a {
	color: #EDFF24;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
}


@font-face {
    font-family: 'CloisterBlackLight-axjg';
    src: url('CloisterBlackLight-axjg.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}  
