main{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-62%,-50%);
}
footer{
	display: flex;
	box-shadow: 10px 10px 20px #a8a6a6,-10px -10px 20px #c1c9d0;
	border-radius: 15px;
	width: 124%;
	justify-content: center;
}
p{
	margin-left: 8px;
}
.bodyImg img{
	background-size: cover;
	background-attachment: fixed;
}
.tCs{
	display: inline-flex;
}
.cs{
	border-radius: 15px;

}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: overline;
}
.new{
	margin-top: 2px;
	margin-bottom: 2px;
}
.bodyAbout{
	width: 650px;
	height: 673.433px;
	color: white;
	overflow-y: scroll;
	border-radius: 15px;
	border-radius: 0px 15px 15px 0px;
	width: 68%;
}
ul li a{
	color: white;
}
@media screen and (max-width: 1024px){
	body{
		display: flex;
		justify-content: center;

	}
    .bodyAbout{
		min-width: ;
		width: auto;
		max-width: 68%;
		border-radius: 0px 15px 15px 0px;
	}
}
@media screen and (max-width: 500px){
	body{
		display: flex;
		justify-content: center;
	}
	.bodyAbout{
		min-width: 57%;
		max-width: 100%;
		border-radius: 15px;
	}
	.bodyImg{
		display: none;
	}
	main{
		width: 79%;
	}
}
