*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
}
a{
	text-decoration: none;
	color: unset;
}
#body{
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right bottom, transparent, silver);
	float: left;
	overflow-y: scroll;
}
#body::-webkit-scrollbar{
	display: none;
}

/**********Header**********/
header{
	width: 100%;
	float: left;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.acade{
	width: 100%;
	background-color: black;
	float: left;
	text-align: center;
	color: gold;
	font-family: sans-serif;
	font-size: 1.2vw;
}
header .header-1{
	width: 90%;
	padding: 0% 5%;
	float: left;
}
header .header-1 img{
	width: 7%;
	float: left;
}
header .header-1 .ul-1{
	width: 50%;
	margin-top: 2.5%;
	margin-left: 20%;
	float: left;
	display: grid;
	grid-template-columns: auto auto auto auto auto;
	grid-column-gap: 5%;
}
header .header-1 .ul-1 li{
	width: 100%;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.3vw;
}
header .header-1 .ul-1 .resp{
	display: none;
}
header .header-1 .ul-1 #close{
	display: none;
}
header .header-1 .ul-2{
	width: 15%;
	margin-top: 2.5%;
	float: right;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 10%;
}
header .header-1 .ul-2 li{
	width: 100%;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.3vw;
}
header .header-2{
	width: 100%;
	float: left;
	background-image: url(../images/aaa.jpeg);
	background-position: ;
	background-size: 100%;
}
header .header-2 section{
	width: 90%;
	padding: 10% 5%;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(3px);
	float: left;
}
header .header-2 section h2{
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
header .header-2 section a{
	width: 25%;
	padding: 1%;
	margin-top: 2%;
	margin-left: calc(75% / 2);
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(25px);
	float: left;
	border-radius: 100px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), -3px -3px 3px rgba(0, 0, 0, 0.3);
}
header .header-2 section a p{
	width: calc(92% - 4px);
	padding: 4%;
	float: left;
	border: 2px solid gold;
	border-radius: 100px;
	text-align: center;
	font-family: sans-serif;
	font-size: 1.7vw;
	font-weight: bold;
}

.msg{
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	position: fixed;
	display: grid;
}
.msg section{
	width: 40%;
	padding: 5%;
	margin: auto;
	background-color: rgba(255, 255, 255, 1.0);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.msg section h2{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 2vw;
	color: red;
}
.msg section p{
	width: 100%;
	margin-top: 2%;
	float: left;
	text-align: justify;
	font-family: sans-serif;
	font-size: 1.2vw;
}
.msg section a{
	width: auto;
	padding: 2.5% 10%;
	margin-top: 5%;
	background-color: gold;
	float: right;
	border-radius: 100px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 1.3vw;
	font-weight: bold;
}
/**********Div-1**********/
.div-1{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
.div-1 .box-1{
	width: 100%;
	float: left;
}
.div-1 .box-1 h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
}
.div-1 .box-1 .ul-1{
	width: 100%;
	margin-top: 1%;
	float: left;
}
.div-1 .box-1 .ul-1 li{
	width: 96%;
	padding: 1.5%;
	float: left;
	list-style: none;
	border-top: 2px solid silver;
}
.div-1 .box-1 .ul-1 li:last-child{
	border-bottom: 2px solid silver;
}
.div-1 .box-1 .ul-1 li strong{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.3vw;
}
.div-1 .box-1 .ul-1 li span{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.2vw;
}
.div-1 .box-1 .ul-1 li:nth-child(odd){
	background-color: rgba(255, 215, 0, 0.3);
}

.div-1 .box-2{
	width: 100%;
	margin-top: 5%;
	float: left;
}
.div-1 .box-2 h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
}
.div-1 .box-2 .ul-1{
	width: 100%;
	margin-top: 2%;
	float: left;
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-column-gap: 5%;
}
.div-1 .box-2 .ul-1 li{
	width: 90%;
	padding: 5%;
	margin-bottom: 10%;
	list-style: none;
	border: 2px solid go;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), -3px -3px 5px rgba(0, 0, 0, 0.3);
}
.div-1 .box-2 .ul-1 li i{
	width: auto;
	margin-top: -5%;
	margin-left: -2%;
	margin-right: 3%;
	margin-bottom: 1%;
	font-size: 2vw;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.div-1 .box-2 .ul-1 li span{
	font-family: sans-serif;
	font-size: 1.2vw;
}


/*********************/

.body{
	width: 90%;
	padding-bottom: 3%;
	margin: 3% 5%;
	float: left;
}
.details .steps section h4{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 1.1vw;
}
.details button{
	width: auto;
	padding: 1% 10%;
	margin-top: 1%;
	background-color: rgb(130, 0, 0);
	border: none;
	border-radius: 100px;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 
		-3px -3px 3px rgba(255, 255, 255, 0.2);
	font-family: "Abril Fatface", serif;
	font-size: 1.5vw;
	font-weight: bold;
	color: white;
	text-shado: -2px -2px 2px rgba(0, 0, 0, 0.3), 
		2px 2px 2px rgba(255, 255, 255, 0.2);
}

.steps-param{
	width: 100%;
	margin-top: 0%;
	margin-bottom: 5%;
	float: left;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-column-gap: 4%;
}
.steps-param h2{
	grid-column-start: 1;
	grid-column-end: 5;
	width: 100%;
	margin-bottom: 3%;
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
	color: rgb(35, 45, 45 / 1.0);
}
.steps-param section{
	width: 100;
}
.steps-param section strong{
	grid-column-start: 1;
	grid-column-end: 5;
	width: 100%;
	margin-bottom: %;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-size: 1.1vw;
	color: rgb(35, 45, 45);
}
.steps-param section p{
	width: calc(100% - 4px);
	margin-top: ;
	float: left;
	border: 1px solid gold;
	border-radius: 100px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3),-3px -3px 3px rgba(255, 255, 255, 0.1);
}

.page{
	width: 100%;
	float: left;
}

.page .form{
	width: 62%;
	padding-left: 4%;
	float: right;
	display: grid;
	grid-template-columns: 45% 45%;
	grid-column-gap: 10%;
	border-left: 1px dashed rgba(0, 0, 0, 1.0);
}
.page .form .lab-1,
.page .form .lab-2,
.page .form .lab-3{
	width: 100%;
	margin-bottom: 15%;
	font-family: sans-serif;
}
.page .form .lab-2{
	display: grid;
	grid-template-columns: 45% 45%;
	grid-column-gap: 10%;
}
.page .form .lab-3{
	display: grid;
	grid-template-columns: 20% 45% 25%;
	grid-column-gap: 5%;
}
.page .form .lab-1 span,
.page .form .lab-2 p,
.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.3vw;
	font-weight: bold;
}

.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: sans-serif;
}

.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.3vw;
	font-weight: bold;
}
.page .form label input,
.page .form label select{
	background-color: transparent;
	font-size: 1vw;
}
.page .form .lab-1 input,
.page .form .lab-1 select{
	width: 100%;
	margin-top: 1%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgb(0, 0, 0);
	outline: none;
}
.page .form .lab-2 p{
	grid-column-start: 1;
	grid-column-end: 3;
}
.page .form .lab-2 label{
	width: 100%;
	float: left;
}
.page .form .lab-2 label input{
	margin-top: 3%;
	float: left;
}
.page .form .lab-2 label span{
	float: right;
	font-family: sans-serif;
	font-size: 1.3vw;
}
.page .form .lab-3 p{
	grid-column-start: 1;
	grid-column-end: 4;
}
.page .form .lab-3 label{
	width: 100%;
	height: 100%;
	display: grid;
}
.page .form .lab-3 label span{
	width: 100%;
	float: left;
}
.page .form .lab-3 label input,
.page .form .lab-3 label select{
	width: 100%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgb(0, 0, 0);
	outline: none;
}
.page .form button{
	width: 50%;
	padding: 3% 5%;
	background-color: gold;
	border: none;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 1.3vw;
	font-weight: bold;
}

.page ul{
	width: 30%;
	float: left;
}
.page ul h3{
	width: 100%;
	margin-bottom: 3%;
	float: left;
	border-bottom: 1px solid rgba(35, 43, 43);
	font-family: "Abril Fatface", serif;
	font-size: 2vw;
}
.page ul li{
	width: 100%;
	padding-block: 2%;
	margin-bottom: 2%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed;
	font-family: sans-serif;
	font-size: 1vw;
}
.page ul li strong{
	width: 100%;
	float: left;
}
.page ul li span{
	width: 100%;
	float: left;
}

.succes{
	width: 100%;
	float: left;
}
.succes h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
}
.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: "Abril Fatface", serif;
}
.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.1vw;
	font-weight: bold;
}
.succes h3{
	width: 70%;
	float: left;
	margin-left: 15%;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
}
.succes p{
	width: 70%;
	float: left;
	margin-top: 2%;
	margin-left: 15%;
	text-align: center;
	font-family: sans-serif;
	font-size: 1.3vw;
}
.succes a{
	width: 10;
	padding: 1.5% 5%;
	margin-top: 5%;
	margin-left: 40%;
	background-color: goldenrod;
	float: left;
	border-radius: 100px;
	font-family: "Abril Fatface", serif;
	font-size: 1.3vw;
	font-weight: bold;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}



















/***************650px***************/
@media only screen and (max-width: 650px) {


/**********Header**********/
header{
	width: 100%;
	float: left;
}
.acade{
	width: 100%;
	background-color: black;
	float: left;
	text-align: center;
	color: gold;
	font-family: sans-serif;
	font-size: 3.5vw;
}
header .header-1{
	width: 90%;
	padding: 0% 5%;
	margin-bottom: 1%;
	float: left;
}
header .header-1 img{
	width: 16%;
	float: left;
}
header .header-1 .ul-1{
	width: 70%;
	height: 100%;
	padding: 0% 5%;
	margin-top: 0%;
	margin-left: 0%;
	background-color: gold;
	position: fixed;
	right: 0%;
	top: 0%;
	float: unset;
	display: unset;
	z-index: 1;
	box-shadow: -3px -3px 3px rgba(0, 0, 0, 0.3);
	display: none;
}
header .header-1 .ul-1 #close{
	width: auto;
	margin-top: 5%;
	margin-bottom: 15%;
	float: right;
	display: unset;
	font-size: 10vw;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
header .header-1 .ul-1 li:nth-child(1){
	margin-top: 5%;
}
header .header-1 .ul-1 li{
	width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed white;
	text-align: left;
	font-family: sans-serif;
	font-size: 5vw;
}
header .header-1 .ul-1 li:last-child{
	border-bottom: none;
}
header .header-1 .ul-1 .resp{
	display: unset;
}
header .header-1 .ul-2{
	width: auto;
	margin-top: 2.5%;
	float: right;
	display: unset;
}
header .header-1 .ul-2 li{
	width: 100%;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.3vw;
	display: none;
}
header .header-1 .ul-2 .bars{
	display: unset;
	text-align: right;
	font-size: 7vw;
}
header .header-1 .ul-2 .close{
	display: none;
}

header .header-2{
	width: 100%;
	float: left;
	background-image: url(../images/aaa.jpeg);
	background-position: ;
	background-size: 100%;
}
header .header-2 section{
	width: 90%;
	padding: 15% 5%;
	background-color: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(3px);
	float: left;
}
header .header-2 section h2{
	width: 100%;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-size: 8vw;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
header .header-2 section a{
	width: 70%;
	padding: 1%;
	margin-top: 2%;
	margin-left: 15%;
	background-color: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(25px);
	float: left;
	border-radius: 100px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), -3px -3px 3px rgba(0, 0, 0, 0.3);
}
header .header-2 section a p{
	width: calc(92% - 4px);
	padding: 4%;
	float: left;
	border: 2px solid gold;
	border-radius: 100px;
	text-align: center;
	font-family: sans-serif;
	font-size: 3.5vw;
	font-weight: bold;
}

.msg{
	width: 100%;
	height: 100%;
	backdrop-filter: blur(5px);
	position: fixed;
	display: grid;
}
.msg section{
	width: 80%;
	padding: 5%;
	margin: auto;
	background-color: rgba(255, 255, 255, 1.0);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.msg section h2{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 5vw;
	color: red;
}
.msg section p{
	width: 100%;
	margin-top: 2%;
	float: left;
	text-align: justify;
	font-family: sans-serif;
	font-size: 3vw;
}
.msg section a{
	width: auto;
	padding: 2.5% 10%;
	margin-top: 5%;
	background-color: gold;
	float: right;
	border-radius: 100px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 3.5vw;
	font-weight: bold;
}

/**********Div-1**********/
.div-1{
	width: 90%;
	margin-top: 5%;
	margin-left: 5%;
	float: left;
}
.div-1 .box-1{
	width: 100%;
	float: left;
}
.div-1 .box-1 h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
}
.div-1 .box-1 .ul-1{
	width: 100%;
	margin-top: 1%;
	float: left;
}
.div-1 .box-1 .ul-1 li{
	width: 96%;
	padding: 1.5%;
	float: left;
	list-style: none;
	border-top: 2px solid silver;
}
.div-1 .box-1 .ul-1 li:last-child{
	border-bottom: 2px solid silver;
}
.div-1 .box-1 .ul-1 li strong{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 3.5vw;
}
.div-1 .box-1 .ul-1 li span{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 3vw;
}
.div-1 .box-1 .ul-1 li:nth-child(odd){
	background-color: rgba(255, 215, 0, 0.3);
}

.div-1 .box-2{
	width: 100%;
	margin-top: 5%;
	float: left;
}
.div-1 .box-2 h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
}
.div-1 .box-2 .ul-1{
	width: 100%;
	margin-top: 2%;
	float: left;
	display: unset;
	grid-template-columns: 47.5% 47.5%;
	grid-column-gap: 5%;
}
.div-1 .box-2 .ul-1 li{
	width: 90%;
	padding: 5%;
	margin-bottom: 10%;
	float: left;
	list-style: none;
	border: 2px solid go;
	border-radius: 10px;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3), -3px -3px 5px rgba(0, 0, 0, 0.3);
}
.div-1 .box-2 .ul-1 li i{
	width: auto;
	margin-top: -5%;
	margin-left: -2%;
	margin-right: 3%;
	margin-bottom: 1%;
	font-size: 5vw;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.div-1 .box-2 .ul-1 li span{
	font-family: sans-serif;
	font-size: 3vw;
}


/*********************/

.body{
	width: 90%;
	padding-bottom: 3%;
	margin: 3% 5%;
	float: left;

}
.details .steps section h4{
	width: 100%;
	float: left;
	font-family: sans-serif;
	font-size: 5vw;
}
.details button{
	width: auto;
	padding: 1% 10%;
	margin-top: 1%;
	background-color: rgb(130, 0, 0);
	border: none;
	border-radius: 100px;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 
		-3px -3px 3px rgba(255, 255, 255, 0.2);
	font-family: "Abril Fatface", serif;
	font-size: 1.5vw;
	font-weight: bold;
	color: white;
	text-shado: -2px -2px 2px rgba(0, 0, 0, 0.3), 
		2px 2px 2px rgba(255, 255, 255, 0.2);
}

.steps-param{
	width: 100%;
	margin-top: 0%;
	margin-bottom: 5%;
	float: left;
	display: unset;
	grid-template-columns: 22% 22% 22% 22%;
	grid-column-gap: 4%;
}
.steps-param h2{
	grid-column-start: 1;
	grid-column-end: 5;
	width: 100%;
	margin-bottom: 7%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
	color: rgb(35, 45, 45 / 1.0);
}
.steps-param section{
	width: 100;
}
.steps-param section strong{
	grid-column-start: 1;
	grid-column-end: 5;
	width: 100%;
	margin-bottom: 0%;
	float: left;
	text-align: left;
	font-family: "Abril Fatface", serif;
	font-size: 3.5vw;
	color: rgb(35, 45, 45);
}
.steps-param section p{
	width: calc(100% - 4px);
	margin-top: ;
	margin-bottom: 5%;
	float: left;
	border: 1px solid gold;
	border-radius: 100px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3),-3px -3px 3px rgba(255, 255, 255, 0.1);
}

.page{
	width: 100%;
	float: left;
}

.page .form{
	width: 100%;
	padding-left: 0%;
	float: right;
	display: unset;
	grid-template-columns: 45% 45%;
	grid-column-gap: 10%;
	border-left: none;
}
.page .form .lab-1,
.page .form .lab-2,
.page .form .lab-3{
	width: 100%;
	margin-bottom: 10%;
	font-family: sans-serif;
	float: left;
}
.page .form .lab-2{
	display: grid;
	grid-template-columns: 40% 40%;
	grid-column-gap: 20%;
}
.page .form .lab-3{
	display: grid;
	grid-template-columns: 20% 45% 25%;
	grid-column-gap: 5%;
}
.page .form .lab-1 span,
.page .form .lab-2 p,
.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 3.5vw;
	font-weight: bold;
}
.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: sans-serif;
}

.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 3vw;
	font-weight: bold;
}
.page .form label input,
.page .form label select{
	background-color: transparent;
	font-size: 3vw;
}
.page .form .lab-1 input{
	width: 100%;
	margin-top: 1%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgb(0, 0, 0);
	outline: none;
}
.page .form .lab-2 p{
	grid-column-start: 1;
	grid-column-end: 3;
}
.page .form .lab-2 label{
	width: 100%;
	float: left;
}
.page .form .lab-2 label input{
	margin-top: 3%;
	float: left;
}
.page .form .lab-2 label span{
	float: right;
	font-family: sans-serif;
	font-size: 3vw;
}
.page .form .lab-3 p{
	grid-column-start: 1;
	grid-column-end: 4;
}
.page .form .lab-3 label{
	width: 100%;
	height: 100%;
	display: grid;
}
.page .form .lab-3 label span{
	width: 100%;
	float: left;
}
.page .form .lab-3 label input,
.page .form .lab-3 label select{
	width: 100%;
	float: left;
	border: unset;
	border-bottom: 1px solid rgb(0, 0, 0);
	outline: none;
}
.page .form button{
	width: 50%;
	padding: 3% 5%;
	background-color: gold;
	border: none;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	font-family: sans-serif;
	font-size: 3.5vw;
	font-weight: bold;
}

.page ul{
	width: 100%;
	margin-top: 15%;
	float: left;
}
.page ul h3{
	width: 100%;
	margin-bottom: 3%;
	float: left;
	border-bottom: 1px solid rgba(35, 43, 43);
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
}
.page ul li{
	width: 100%;
	padding-block: 2%;
	margin-bottom: 2%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed;
	font-family: sans-serif;
	font-size: 3.5vw;
}
.page ul li strong{
	width: 100%;
	float: left;
}
.page ul li span{
	width: 100%;
	float: left;
}

.succes{
	width: 100%;
	float: left;
}
.succes h3{
	width: 100%;
	float: left;
	font-family: "Abril Fatface", serif;
	font-size: 3vw;
}
.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: "Abril Fatface", serif;
}
.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.1vw;
	font-weight: bold;
}
.succes h3{
	width: 100%;
	margin-top: 5%;
	float: left;
	text-align: center;
	font-family: "Abril Fatface", serif;
	font-size: 5vw;
}
.succes p{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 3.5vw;
}
.succes a{
	width: 10;
	padding: 3% 15%;
	margin-top: 5%;
	margin-left: 30%;
	float: left;
	border-radius: 100px;
	font-size: 3.5vw;
	font-weight: bold;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}


}