/*
Theme Name: iScout
Theme URI: http://iscoutapp.com/
Description: Scout Locations with your iDevice, coming soon to the AppStore!
Version: 1.0
Author: Sean Duran
Date: June 26, 2025
*/

* { margin: 0; padding: 0; }

body {
	text-align: center;
	background: #9eceeb url(blue_bg.png) repeat-x;
	font-family: "Zain", sans-serif;
	font-weight: 400;
	font-style: normal;
}

#wrapper {
	margin-top: 100px;
	font-family: "Zain", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 21pt;
}

img {
	border: none;
}