@font-face {
	font-family: kotra;
	src: url('../../font/kotra.woff') format('woff');
}

h1, ul, li {
	margin: 0;
	padding: 0;
}

h1, section {
	text-align: center;
}

h1 {
	font-size: 5em !important;
	margin-top: 0.5em !important;
	margin-bottom: 0.8em !important;
	font-weight: bold !important;
}

ul {
	list-style: none;
}

.btn {
	background-color: #0073d7;
	border-radius: 0.5em;
	border: none;
	width: 15em;
	height: 2em;
	color: white;
	font-size: 1.7em;
	margin-bottom: 0.6em;
	cursor: pointer;
}