* {
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

a, a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
}

.bodybg {
	background: url(../../../images/back-ground_main.jpg)
}


.wrapper {
	margin: 0 auto;
	width: 800px;
	box-shadow: 0 0 5px;
	border-radius: 0 0 4px 4px;
}


.header {
	display: grid;
	grid-template-columns: 178px 1fr;
	align-items: center;
	border: 2px solid #589106;
	border-top: none;
	border-left: none;
	border-right: none;
	background: white;
	overflow: hidden;
}
.header a img {
	box-shadow: 0 0 5px;
	border-radius: 0 4px 4px 0;
}
.header > img {
	border-left: 2px solid #589106;
}


.main {
	padding: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	place-items: center;
	background: white;
	border-radius: 0 0 4px 4px;
	row-gap: 20px;
}
.main img {
	width: 300px;
	border-radius: 4px;
	box-shadow: 0 0 3px;
}
.video	{
	border-radius: 4px;
	box-shadow: 0 0 3px;
	display: block;
}
