/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */


h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 40px 0px 70px;
  text-align: center;
}

html, body, table td {
	font-family: 'Raleway', serif;
	font-style: normal;
	background-color: #000000;
	color: #FFFFFF;
}

div {
	color: #FFFFFF;
}

.center {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.title {
	font-size: 48pt;
}

.subtitle {
	font-size: 18pt;
}
