body {
	background-color: #372f83;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}

h1, h2, h3 {
  font-family: 'Koara Wild', serif;
  font-size: 30px;
}

/* 1. Koara Wild reular */
@font-face {
  font-family: 'Koara Wild';
  src: url('/fonts/Koarawildfree-Regular.woff2') format('woff2'),
       url('/fonts/Koarawildfree-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* 2. Koara Wild bold */
@font-face {
	  font-family: 'Koara Wild';
	  src: url('/fonts/Koarawildfree-Bold.woff2') format('woff2'),
	       url('/fonts/Koarawildfree-Bold.woff') format('woff');
	  font-weight: bold;
	  font-style: normal;
}

.terms-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	line-height: 1.6;
}

.terms-container a {
	color: #f6a803;
}

.title {
	text-align: center;
	font-size: 45px;
	margin-bottom: 20px;
}