@import url('https://fonts.googleapis.com/css?family=Quicksand');

body {

	font-family: Quicksand;
	font-weight: bold;
	text-align: center;
}

h1 {
	font-size: 45px;
	color: black;
}

h3 {
	font-size: 25px;
	color: gray;
}

h4 {
	font-size: 15px;
	color: gray;
}

body {
	background-image: url(image/stop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #f96e5b;
}
