ol,
ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
 
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

html, body {
	font-family: 'MontserratRegular';
	height: 100%;
	background: #1c1c1c;
	color: #fff;
}

button, input {
	outline: none !important
}

h1 {
	font-family: 'MontserratBold';
	text-align: center;
	margin-top: 1.5em;
	font-size: 34px;
	margin-bottom: 125px;
}

h2 {
	font-family: 'MontserratLight';
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	text-transform: uppercase;
	margin-top: 3rem;
}

p {
	margin: 20px 0;
	font-size: 20px;
	color: #727272;
}

p a {
	color: #E91E63;
	transition: all ease .3s;
}

p a:hover {
	color: #ff4b88
}

ul li {
	color: #727272;
	font-size: 20px;
	list-style-type: disc;
	margin-left: 3rem;
}