*{
	margin: 0;
	padding: 0;
	background-image: url("../img/5ddd6f37068581c8d92cedad1534cae8.png");
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center;
	background-attachment: fixed;
}
h2{
	text-align: center;
	font-size: 60px;
	
}
hr{
	width: 1200px;
	border: 2px solid #38aa30;
	margin: 10px auto;
}
.box1{
	width: 1200px;
	height: auto;
	border: 2px solid #4ae03f;
	border-radius: 20px;
	margin: 0 auto;
	
}
p{
	font-size:18px;
	margin: 10px;
	text-indent: 20px;
}
h3{
	font-size: 40px;
	margin-left: 250px;
	margin-top: 20px;
	margin-bottom: 20px;
}
h4{
	font-size: 20px;
	margin-left: 10px;
}
.box2{
	width: 1200px;
	height: auto;
	border: 2px solid #4ae03f;
	border-radius: 20px;
	margin: 0 auto;
}
.action-btns{
    width: 200px;
    height: 60px;
    background-color: #77de52;
    background-image: none; 
    font-size: 30px;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    display: block; 
    margin: 20px auto; 
    text-align: center; 
}

.action-btns a {
    color: white;
    text-decoration: none; 
    display: block; 
    width: 100%;
    height: 100%;
    line-height: 60px;
    background-color: #77de52; 
    background-image: none; 
    border-radius: 10px;
}