body {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: normal;
  font-family: Raleway, Arial, sans-serif;
  color: #282e3f;
  background-color: #f1f2f2;
  text-align: center;
}
h1 {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.4em;
  text-align: left;
  padding-top: 40px;
}
P {
  text-align: left;
  margin: 0;
}
em {

}
.btnCTA {
  box-shadow: 4px 4px 8px 1px #999999;
  background-color: #443895;
	border-radius: 14px;
	display: inline-block;
	cursor: pointer;
	color: #f1f2f2;
	font-weight: bold;
	padding: 20px 24px;
  margin: 40px;
	text-decoration: none;
}
.btnCTA:hover {
	background-color: #372c83;
  color: #f1f2f2;
}
.btnCTA:active {
	background-color: #7299d0;
  box-shadow: none;
}
.Container {
  max-width: 50vw;
  padding-top: 120px;
  margin: auto;
}
