@font-face {
    font-family: 'arctic';
    src: url('/includes/fonts/arctic-webfont.woff2') format('woff2'),
         url('/includes/fonts/arctic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('/includes/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'courgette';
    src: url('/includes/fonts/Courgette-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'righteous';
    src: url('/includes/fonts/Righteous-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body {
	margin: 0px;
	font-family: 'arctic', sans-serif;
	background-image: url("/includes/images/page_back.png");
	background-position: center 200px;
	background-repeat: repeat-x;
}

.outer_box {
    width: 97%;
    margin: 15px auto;
    box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #FFAF56;
	border-radius: 24px;
	background-color: #0088FF22;
    font-size: 20px;
    padding: 10px;
}

.outer_box h3 {
    line-height: 35px;
    width: 20%;
    margin: 10px 0 0 0;
    padding-left: 15px;
    font-family: 'righteous', sans-serif;
    font-size: 30px;
    color: white;
    box-shadow: inset 0 0 7px rgba(0,0,0,0.4);
	border: 2px solid #FFAF56;
	border-radius: 24px;
	background-color: #0055AA77;
}

.outer_box > p {
    line-height: 20px;
    margin: 10px 0 10px 0;
    padding-left: 35px;
    font-family: 'roboto', sans-serif;
}

#temp {
    text-align: center;
    color: white;
	font-size: 30px;
	height: 45px;
    width: 60%;
    margin: auto;
    background-color: #0088FF44;
    box-shadow: inset 0 0 12px rgba(0,0,0,0.5);
	border: 1px solid #777777;
	border-radius: 24px;
    padding-top: 10px;
}