@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/OpenSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FaricyNew';
    src: url('fonts/FaricyNew-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body {
  font-family: 'OpenSansRegular', 'Segoe UI', 'Segoe', 'verdana'; 
}


img {
	width: 500px;
}
.iclogo {
	margin-left: auto;
	margin-right: auto;
	max-width: 1680px;
}
.icLogo img {
	max-width: 280px;
	margin: 50px;
}
p {
	font-family: 'OpenSansRegular, 'Veradana';
	line-height: 0px;
	font-size: 20px;
}
h1, h2, h3, h4 {
	font-family: 'FaricyNew', 'OpenSansRegular', 'Verdana'
}
h2 {
	font-size: 38px;
	margin: 0px;
	margin-bottom: 50px;
	font-weight: 400;
}

.container {
	max-width: 1000px;
	overflow: hidden;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.image404 {
	width: 50%;
	float: right;
}

.text {
	width: 50%;
	float: left;
	text-align: left;
}

a:link {
	text-align: center;
	margin: auto;
	margin-right: 10px;

}

.button {
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.visitPageButton,
.questionButton {
	border-radius: 30px;
	font-family: 'FaricyNew', 'OpenSansRegular', 'Verdana';
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	margin: auto;
	padding: 16px;
	min-height: 50px;
	display: inline-flex;
	vertical-align: middle;
	align-items: center;

}
.visitPageButton {
	width:163px;
	background-color: #484cf1;
	margin-right: 10px;
}
.questionButton {
	width: 173px;
	background-color: #ffca2e;
	color: black;
	margin-right: 10px;
}

.containerButton {
	margin-top: 50px;
	display: flex;

	text-align: left;
}