/*--------------------------------------------------------------
# Setting thing up for the kid
--------------------------------------------------------------*/
html {
	line-height: 1.15; /* 1 */
	font-family: 'Poppins', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family: 'Poppins', sans-serif;
	padding-top:0px;
	min-width: 320px;
	color:#bbb;
	background-color: rgb(68, 83, 114);
    /* text-rendering: optimizeLegibility; */
    display: flex !important;
	min-height: 100vh !important;
	flex-direction: column !important;
}

html {
    height: 100hv;
}
body {
    min-height: 100hv;
}

.myContainer{
    margin: 0px;
	padding:0px;
	float: left;
	width:100%;
	position:absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	left:50%;
}

h1 {
	font-family: 'Josefin Sans', sans-serif;
    font-size: calc(5.0vw + 1.5vh + 2.5vmin);
    margin:0 auto !important;
	color: #fff  !important;

}