@import url(https://fonts.googleapis.com/css?family=Roboto);

body {
  background-color: lightblue;
  font-family: Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.center {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: navy;
    position: absolute;
    width: 100%;
    top: 50%;
	text-shadow: 1px 1px #777777;
}​