body {
  background-color: lightblue;
}

h1 {
  color: navy;
  margin-left: 20px;
}

body,h1,h2,h3,h4,h5 {
	font-family: "Raleway", sans-serif;
}