.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
body {
	background-color: #2E2D2D;
}

h1 {
	font-family: 'Roboto', sans-serif;
	color: white;
}

h2 {
	font-family: 'Roboto', sans-serif;
	color: white;
}
h3 {
	font-family: 'Roboto', sans-serif;
}
h4 {
	font-family: 'Roboto', sans-serif;
}
p {
	font-family: 'Roboto', sans-serif;
	color: white;
}
a {
	color: #B6ED40;
	font-weight: Bold;
}

.section-1{
	text-align: center;
	padding-top: 100px;
}