body {
	font-family: 'Cabin', sans-serif;
	font-weight:400;
	text-align: center;
	padding-top: 40px;
	}

	h1 {
		color: #e183e7;
	}

	h2, h3, p {
		color: #9f9b9b;
	}

	a {
		text-decoration: none;
		color: #e183e7;
	}