@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
}
ul{
	list-style:none;
}
a{
	text-decoration:none;

}
.container{
	width: 100%;
	background-color:white;
	display:flex;
	justify-content: center;
	align-items: center;
	background: #D7D3BD;
	
}
.box{
	width:15em !important;
	height:22em !important;
	background-color:#9BAD8B;
	border-radius: 10px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	margin: 2vh .6vh;
}
.model{
	height: 60vh;
	max-height: 100%;
	max-width: 100%;
}
.details{
	
	
	
}
.details p{
	font-family: calibri;
	font-weight: bold;
	color:#6a6a74;
	text-align: center;

	
}
.marvel{
	color:#32323e;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: bebas kai;
	font-size: 12vh;
}
.logo{
	height: 60px;
}
.box:hover{
	background-color:#9BAD8B;
	transform-style: preserve-3d;
	transform: scale(1.02);
	transition: all ease 0.3s;
}
.box:hover .marvel{
	color:#c0292b;
	transition: all ease 0.5s;
}

