@charset "utf-8";

body {
	color:#333;
	margin: 0;
}

#containar {
	max-width:1200px;
	background-color:#BFBBBB;
	margin: 0 auto; 
}

#header {
	text-align: center;
    width: 100%;
    padding: 150px 0;
    clip-path: polygon(0 calc(0% + 8vw), 100% 0, 100% calc(100% - 8vw), 0 100%);
    background-color: #dbd1c7;
}

.header-discription {
	width: 65%;
    margin: 0 auto;
}

#content {
    max-width: 1200px;
	margin: 100px;
}

.card-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

.card-list {
	position: relative;
	margin: auto;
	margin-bottom: 50px
}

.card-link {
	width: 300px;
	height: 500px;
	display: block;
	color: #333;
	text-decoration: none;
	position: relative;
	transition: background-color .25s;
}

.card-linkLong {
	width: 300px;
	height: 700px;
	display: block;
	color: #333;
	text-decoration: none;
	position: relative;
}
.card-list:hover {
	background-color:#eee;
	transition: background-color .25s;
}

.card-label {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #999;
	color: #fff;
	display: block;
	padding: 5px 10px;
	font-size: 12px;
}

.card-img {
	max-width: 300px;
}

.card-title {
	text-align: center;
}

.card-discription {
	text-align: center;
}

#aside {
    text-align: center;
    background-color: #fff;
}

.aside-img {
	margin: 50px 0;
	width: 600px;
	heigth: auto;
}

.aside-discription {
	margin: 50px 0;
	lineheigt: 1.6;
}

#footer {
	height: 150px;
	background-color:#696969;
	text-align:center;
	color:#fff;	
}

#footer a {
	margin:50px;
	text-decoration: none;
	font-size:18px;
	color: #fff;
}

#footer p {
	font-size:20px;
}
