<style type="text/css">html {
	background-color: #F7F0DD;
}

body {
	background-color: #F7F0DD;
}

.container {
	display:flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
}

.title {
	display: flex;
	justify-content: center;
	flex-basis: 400px;
	flex-grow: 1;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.title img{
	width: 100%;
	align-self: flex-start;
	flex-basis: 400px;
}

.title a{
	margin-top: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	width: 100%;
	display: flex;
	margin-top: 5px;
	flex-direction: row;
	border: 5px solid #CE202A;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.name {
	white-space: nowrap;
}

.main p {
	display: block;
	font-size: 40px;
	font-family: 'Raleway';
	color: #CE202A;
	font-weight: bold;
	align-items: center;
}

.row {
	display: flex;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	justify-content: flex-start;
	flex-basis: 600px;
}

.row span{
	flex-grow: 0;
	flex-basis: 300px;
	width: 100%;
	display: block;
	white-space: nowrap;
}

.row input{
	flex-grow: 1;
	flex-basis: 400px;
	display: block;
	width: 100%;
}

.footer {
	display: flex;
	margin-top: 10px;
	align-self: center;
	font-family: 'Raleway';
	color: #CE202A;
	font-size: 20px;
	justify-content: center;
}

.footer a{
	align-self: center;
	font-family: 'Raleway';
	color: #CE202A;
	font-size: 20px;
	margin-left: 5px;
}

.form-style {
	width: 100%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	font-size: 40px;
	background: #F7F0DD;
	font-family: 'Raleway';
	color: #CE202A;
	font-weight: bold;
	display: inline;
	padding: 10px 10px 10px 10px;
	flex-grow: 2;
	flex-basis: 300px;
	align-self: center;
	margin-left: 10px;
}

.form-style input[type=submit],
.form-style input[type=button],
.form-style input[type=text],
.form-style input[type=email],
.form-style textarea,
.form-style label {
	font-size: 40px;
	font-family: 'Raleway';
	color: #CE202A;
	font-weight: bold;
}

.form-style label {
	display: block;
	margin-bottom: 20px;
}

.form-style label>span {
	display: inline-block;
	float: left;
}

.form-style input[type=text],
.form-style input[type=email] {
	background: transparent;
	border: none;
	border-bottom: 1px dashed #CE202A;
	outline: none;
	text-indent: 10px;
	font-style: italic;
}

.form-style textarea {
	font-style: italic;
	background: transparent;
	outline: none;
	border: none;
	border-bottom: 1px dashed #CE202A;
	overflow: hidden;
	height: auto;
}

.form-style textarea:focus,
.form-style input[type=text]:focus,
.form-style input[type=email]:focus,
.form-style input[type=email] :focus {
	border-bottom: 1px dashed #CE202A;
}

.form-style input[type=submit],
.form-style input[type=button] {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	background: #CE202A;
	color: #F7F0DD;
	margin-bottom: 20px;
	padding: 8px 10px 8px 10px;
	width: 100%;
	white-space: wrap;
	border: none;
	border: 3px solid #CE202A;
}

.form-style input[type=submit]:hover,
.form-style input[type=button]:hover {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	background: #F7F0DD;
	color: #CE202A;
	border: 3px solid #CE202A;
	padding: 8px 10px 8px 10px;
}

</style>
