@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap);
*{
	box-sizing: border-box;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
body{
	background:#ffffff;
	background-size:contain;
	color: #333;
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
}
.container{
	border-radius: 0.5em;
	/* box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.25); */
	display: block;
	max-width: 800px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 2em;
	position: absolute;
		top: 40%;
		left: 50%;
		z-index: 1;
	width: 98%;
}



	hr{
		height:1px;
		border-width:0;
		color:rgb(0, 0, 0);
		background-color:rgb(0, 0, 0);
	}

p{
	position: relative;
	align-items: center;
	left: 280px;
}

h1{
	font-size: 20px;
	margin: 0 0 0.5em 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;	color: #000000;
}
h2{
	font-size: 20px;
	text-align: center;
	font-family: 'Montserrat', sans-serif;	color: #000000;
}
h1 img{
	position: relative;
	top:100px;
	height: auto;
	margin: 0 auto;
	max-width: 500px;
	width: 400px;
}

h3{
	font-family: 'Montserrat', sans-serif;	color: #000000;
	background-color:rgb(1, 144, 84);
	color:white;
    text-align: center;
	padding: 5px;
	border-radius: 50px;
	width: 400px;
	position: relative;
	left:170px;
}
h4{
	font-size: 20px;
	margin: 0 0 0.5em 0;
	text-align: center;
	font-family: 'Montserrat', sans-serif;	color: #000000;
}
html{
	font-size: 18px;
	height: 100%;
}

.text-center{
	text-align: center;
}
@media (max-width: 768px) {
	h1 img{
		position: relative;
		top:150px;
		height: auto;
		margin: 0 auto;
		max-width: 350px;
		width: 250px;
	}
h4{
	position: relative;
	top:20px;
}
h3{
	
	width: 400px;
	position: relative;
	left:10px;
}

p{
	position: relative;
	align-items: center;
	left: 100px;
}


  }

  
  
  
  
  
  