body {
	background-color: #000;
	font-family:"Arimo","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
} 

.blue {
	color: #50abf8;	
	font-family: 'Lobster', cursive;
}
