body {
 	 font-family: "Nunito", sans-serif;
	 color: #783818;
	 background-image: url("bg_c.png");
	 background-repeat: repeat;
	 margin-top: 0;
	 margin-bottom: 0;
}

a:link {
	 color: #d94d11;
	 font-weight: bold;
}

a:hover {
	 color: #783818;
	 font-weight: bold;
}

a:visited {
	 color: #d94d11;
	 font-weight: bold;
}


a:active {
	 color: #FFC52F;
	 font-weight: bold;
}

.footer {
	 background-color: #e63b02;
	 color: #ffffff;
	 padding:3em;
	 padding-bottom:1em;
	 width: 50%;
	 margin-left: auto;
	 margin-right: auto;
	 margin-top: 2%;
	 border-top-left-radius: 50px;
	 border-top-right-radius: 50px;
	 border: 10px solid #e63b02;
	 border-bottom: none;
	 box-shadow: 
	 inset -5px 5px 0 5px white,
	 inset 5px 5px 0 5px white;
}
.main {
	 background-color: white;
	 padding:3em;
	 width: 50%;
	 position: relative;
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: 2%;
	 border-bottom-left-radius: 50px;
	 border-bottom-right-radius: 50px;
	 border: 10px solid #e63b02;
	 border-top: none;
}

.back {
	 position: fixed;
	 bottom: 3em;
	 left: 9em;"
}

.mobile {
	 display: none;
}

@media (max-width: 820px){
	.back {
		 display: none;
	}
	.footer {
		 width: 70%;
	}
	.main {
		 width: 70%;
	}
	.mobile {
		 display: block;
		 text-align: center;
	}
}