body {
	background-color: #181a1b;
}

p {
	color: white;
	font-family: 'Roboto', sans-serif;
	max-width: 700px;
	margin: auto;
	margin-bottom: 10px;
    text-align: center;
	font-size: 24px;
}

#title {
	color: white;
	font-family: 'Roboto', sans-serif;
	font-size: 64px;
    font-weight: bold;
	max-width: 700px;
	margin: auto;
    text-align: center;
}