* {
	  box-sizing: border-box;
	}

body {
	background: #19294D;
	color: #eee;
	font-family: "Open Sans", sans-serif;
  	font-optical-sizing: auto;
	line-height: 1.2;
	font-size: 16px;
	margin: 0;
  font-weight: normal;
}

.wrapper {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content:center;
	padding: 0 1em;
	flex-direction: column;
  text-align:center;
}

::selection {
	background-color: transparent
}

.logo {
	width: 100%;
	text-align: center;
	padding: 1em 1em 2em 1em ;
  	aspect-ratio: 198/31;
}

.logo svg {
	max-width: 600px;
	margin: 0 auto;
}
.text {
	text-align: center;
}

svg {
    vertical-align: text-bottom;
}

h2, p {
    margin: 0.5em 0;
}
a {
	color: #eee;
  	text-decoration:none;
}

a:hover {
	color: #39afe9;
}
@media (min-width: 375px) {
	body {
		font-size: 18px;
	}
}

@media (min-width: 414px) {
	body {
		font-size: 20px;
		line-height: 1.3;
	}
}

@media (min-width: 700px) {
	body {
		font-size: 22px;
		line-height: 1.1;
	}
}

@media (min-width: 1024px) {
	.logo {
		padding-bottom: 4em;
	}
}
