@charset "utf-8";
/* CSS Document */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 1em;
	background-color: #bdb5d5;
}

header {
	background-image:url("https://aceadmin.com.au/stars.jpg");
	height: 100vh;
	max-width: 100%;
	overflow-x: hidden;
}

.title {
	bottom: 50%; 
  transform: translateY(50%); 
 color: #f1f1f1;
  width: 100%;
  padding: 20px;
  z-index: 10; 
	font-size: 3em;
	text-align: center;
}

.subtitle {
font-size: 2.5em;
bottom: 50%; 
  transform: translateY(50%); 
 color: #f1f1f1;
  width: 100%;
  padding: 20px;
  z-index: 10; 
text-align: center;
	line-height: 0.1;
}

.content {
	color: #fff;
	text-align: center;
	line-height: 1;
	max-width: 60%;
	margin: 0 auto;
	padding: 50px;
}

.bold {
	color: #CCC429;
	font-weight: 700;
	display: inline;
}