

h1 {
	font-family: 'action_manbold';
    max-width: 100%;
    margin: 1em auto 1em;
    text-align: center;
    font-size: 55px;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgb(32, 28, 28);
}

/*---------------------------------------------------------------------------*/

.root {
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}

button {
	background-color: #ff5e62; 
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 8px;
	margin-top: 1em;
}

button:hover{
	background-color:#7a0d0f;
	;
	color: rgb(13, 136, 202);
	cursor: pointer;
}

form {
	font-family:sans-serif;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	font-size: 25px;
	margin-bottom: 3em;
	margin-left: 25%;
	margin-right: 25%;
	padding: 5px;
}

/*---------------------------------------------------------------------------*/

input {
	position: relative;
	width: 275px;
	height: 25px;
	border: 3px solid #59180a;
	vertical-align: -2px;
	background-color: aliceblue;
}

textarea {
	position: relative;
	width: 275px;
	height: 125px;
	border: 3px solid #59180a;
	vertical-align: -2px;
	background-color: aliceblue;
}

.contact {
	text-align: center;
	font-size: 35px;
	margin-bottom: 5px;
} 

/*---------------------------------------------------------------------------*/

.info_wrapper {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 1em;
	font-family: 'action_manbold';
}

@media screen and (max-width: 852px) {
	.info_wrapper {
		display: flex;
		justify-content: center;
		text-align: center;
		margin-bottom: 1em;
		font-family: 'action_manbold';
	}

	form {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
		font-size: 25px;
		margin-bottom: 3em;
		padding: 15px;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}