*{
	margin: 0;
	padding: 0;
}
.content{
	background: #fff;
	width: 70%;
	height: 100%;
	justify-content: center;
    margin: auto;
    margin-top: 20px;
	border-radius: 7px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
	padding: 30px;
}
@media(max-width: 768px){
	.content{
		width: 90%;
		
	}
}