*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	color: rgb(60,60,60);
	font-family: Roboto;

}

body{
	background-color: rgb(250,250,255);
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  width: 570px;
}


	h1 {
		margin-top: -5px;
		margin-bottom: 50px;
		text-align: center;
		font-weight: 700;
		font-size: 2em;
	}

	h2 {
		text-align: center;
		font-weight: 400;
		font-size: 2em;
	}

	span, p, a{
		font-size: 1em;
		color: rgb(150,150,150);
		display: block;
	}

	a:hover {
		color: rgb(40,40,40);
	}

	.noSelect {
		-webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	}


