h1{
	width: 1300px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 10px;
	padding: 30px 0;
	/* padding-left: 400px; */
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	font-weight: 400;
}
.from{
	float: left;
	width: 950px;
	padding: 10px 0;
	padding: 50px;
	box-sizing: border-box;
	margin-bottom: 50px ;
	background-color: #fff;
	border-radius: 10px;
}
#toggle-theme-button{
	position: fixed;
	top: 50vh;
	right: 10px;
	padding: 10px;
	z-index: 999;
	background: #fff;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
}
h2{
	/* position: absolute; */
	/* top: 218px; */
	/* left: 400px; */
	font-size: 12px;
	font-weight: 400;
	border: none;
	color: #aeaeae;
	border-radius: 10px;

}
.from span{
	margin-bottom: 20px;
	display: inline-block;
	width: 800px;
}
.from img{
	border: 1px solid #ccc;
	width: 800px;
	height: 538px;
}
.from p{
	font-size: 20px;
	margin: 20px 0;
	width: 800px;
}
.from-right{
	float: right;
	width: 340px;
/*	height: 1200px;*/
	background-color: #fff;
	border-radius: 10px;
	height: 100%;
}
.from-right h3{
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.article{
	margin: 8px 0;
	display: inline-block;
}
.article img{
	float: left;
	margin-left: 10px;
	width: 80px;
	height: 57px;
	overflow: hidden;
}
.article span{
	padding-left: 10px;
}
.footer{
	float: left;
	margin: 0;
}