html {
	background-color: #19AAD1;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: Ostrich;
    src: url(fonts/ostrich-regular.ttf);
}

@font-face {
	font-family: Comfortaa;
	src: url(fonts/Comfortaa_Regular.ttf);
}

.under-construction {
	position: absolute;
	top: 36%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    text-align: center;
    width: 100%;
}

.under-construction h1 {
	color: rgb(253, 205, 35);
	font-size: 82px;
	font-family: Ostrich;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}

.under-construction p {
	color: rgb(192, 223, 211);
	font-family: Comfortaa;
	font-size: 24px;
	margin-top: 15px;
}

@media screen and (min-width: 368px) {
	.under-construction h1 {
		font-size: 104px;
		margin-left: 80px;
		margin-right: 80px;
	}
	.under-construction p { 
		font-size: 27px;
		margin-top: 0;
	}
}

@media screen and (min-width: 580px) {
	.under-construction {
		top: 50%;
	}
	.under-construction h1 {
		margin-left: 0;
		margin-right: 0;
	}
}