
@font-face {
	font-family: 'Kavivanar';
	src: url('../fonts/Kavivanar/Kavivanar-Regular.ttf');
}

@font-face {
	font-family: 'Acme';
	src: url('../fonts/Acme/Acme-Regular.ttf');
}

body {
	background: url('../img/GB-1.jpeg') no-repeat;
	background-position: cover;
}

header {
	width:100%;
	height:150px;	
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position:sticky;
	top:0;
	left:0;
	background-color: #FFF;
	z-index:100;
	box-shadow: 5px 0 10px 10px #041F76;
}

header h1 {
	width:100%;
	text-align: center;
	margin:0;
	padding:0;
	font-family:'Kavivanar', sans-serif;
	font-size: 2.5em;
	color: #041F76;
}


div {

	width:90%;
	border:3px solid #041F76;
	border-radius:10px;
	background-color: white;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin:50px auto;
}

div p {
	width:80%;
}

h3 {

	text-align: center;
	color:#041F76;
}

button {
	width:120px;
	height:30px;
	margin:20px;
	border:1px solid #041F76;
	background-color: #B4E2FD;
	border-radius:5px;
	font-family:'Acme', sans-serif;
	font-weight: bold;
	color:#041F76;

}