@font-face {
    font-family: 'ORANGEKID';
    src: url('source/orangekid-webfont.woff2') format('woff2'),
         url('source/orangekid-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	background-color: #000066;
	font-family: 'ORANGEKID', sans-serif;
}
p{
	text-align : center;
	color: white;
	font-size: 20px;
}
button{
	position: relative;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: black;
	font-size: 20px;
	font-family: 'ORANGEKID', sans-serif;
}
h1{
	text-align: center;
	font-size: 55px;
	color: white;
}
h2{
	text-align : center;
	font-size: 40px;
	color: white;
}


