body {
	text-align: center;
}
header {
	font-family: 'Roboto', sans-serif;
	margin: 100px 0;
}
h1, h2, h3 {
	font-weight: 100;
	font-size: 100px;
	display: inline-block;
	position: relative;
	margin: 0;
}
h2 {
	top: 50px;
}
h2:before {
	position: relative;
	top: -20px;
	content: "/";
}
h3 {
	font-size: 60px;
}
button, a {
	font-family: 'Roboto', sans-serif;
	background: #017dde;
	color: #fff;
	border: none;
	font-size: 20px;
	text-transform: lowercase;
	padding: 10px 75px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
}
button:hover, a:hover {
	background: #01579B;
}