

/* exo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/exo-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/exo-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/exo-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/exo-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/exo-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/exo-v20-latin-regular.svg#Exo') format('svg'); /* Legacy iOS */
}


body { 
	font-family: Exo, sans-serif 
}

a  {
	color : green;
}

h1 {
	font-size: 40px;
	text-align: center;
}

img#google_play_badge_whale_quiz {
	height:100px;
}

img#play_store_icon_whale_quiz {
	height:100px;
}

img#logo {
	padding-right:155px;
	height:200px;
}


header#h1_header {
	display:flex;
	align-items:center;
	justify-content:center;
}


.block {
	display:inline-block;
	text-align:left;
}

#main .text {
	font-size:20px;
}

#main {
	margin-top: 120px;
	margin-bottom:60px;
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
}

footer {
	margin-top: 360px;
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
}

footer a {
	color:grey;
}

.disclaimer .address {
	margin-top:120px;
}

.disclaimer .email {
	margin-bottom: 16px;
}


.disclaimer .logoimgs img {
	height:16px;
}

.disclaimer .logoimgs .img3,
.disclaimer .logoimgs .img4 {
	height:18px;
	position:relative;
	top:1px;
}


.disclaimer .logoimgs .img4 {
	height:20px;
	padding-bottom:25px;
}

#main section {
	margin-bottom:50px;
}
