body, html {
  overflow-x: hidden;
  overflow-y: auto;
}

::-webkit-scrollbar {
  display: none;
}

body {
	margin: 0;
	background: #1e1e1e
}

#title {
	margin: 0;
	margin-top: 60px;
	color: #383838;
	text-align: center;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	font-size: 4em;
}

.subtitle {
	margin: 0;
	color: #383838;
	text-align: center;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	font-size: 2em;
}

.subtitle:last-of-type {
	margin-bottom: 40px;
}

#signature {
	text-align: center;
	color: #444;
	font-family: Roboto, sans-serif;
	font-weight: 600;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

#signature a {
	text-decoration: none;
	color: inherit;
}

#signature a:hover {
	color: #555;
}

#signature a:focus {
	color: #383838;
}