body {
    margin: 0;
    /* min-width: 320px;
    -webkit-text-size-adjust: 100%; */
    font: 20px/20px 'PT Sans', sans-serif;
	text-align: center;
}


h1 {
	margin: 0;

    font-size: 35px;

    letter-spacing: 1px;
	letter-spacing: 0.5px; 

	color: #517fd2;

    line-height: 51px;
	letter-spacing: 0.5px;
	float: none;
    text-align: center;
	padding: 70px 0px 20px 0px;

}

h2 {
	font-size: 23px;
	font-weight: 700;
    line-height: 1.5;
    letter-spacing: .6px;
	text-align: center;
	color: #5f95f7;
	padding: 50px 15px 0px 15px;
}

h3 {
	font-size: 20px;
	font-weight: 400;
    line-height: 1.2;
    letter-spacing: .6px;
	text-align: center;
	color: #5f95f7;
	padding: 0px 15px 0px 15px;
}

li {

	text-align: justify;
	letter-spacing: 0.5px;
	font-size: 18px;
	//color: #3a362e;
	line-height: 1.6;
    font-weight: 400;
}

p {
	text-align: left;
	letter-spacing: 0.5px;
	font-size: 18px;
	//color: #3a362e;
	line-height: 1.6;
    font-weight: 400;
    padding-left: 45px;
    padding-right: 15px;

	
}

ul {
	display: inline-block;
	text-align: left;
  }

.email{
	text-align: center;

}


a{
	color: #517fd2;

}
main{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.image-container {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
  }
  
  .image-container img {
	width: 100%;
	height: auto;
  }


  button{
	align-items: center;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 0px 1px;
	color: rgb(255, 255, 255);
	background-color: #517fd2;
	cursor: pointer;
    font: 22px 'PT Sans', sans-serif;
	font-weight: 700;
	padding-left: 12px;
	padding-right: 12px;
	user-select: none;
	white-space: nowrap;
	width: 226px;
	height: 52px;

	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: horizontal;
  }