* {
	margin: 0;
	padding: 0;
}

article {
	margin-top: 0px;
}

article p {
	margin-bottom: 50px;
	padding-top: 100px;
	text-align: center;
	font-size: 27px;
	color: #F94B4B;
}

article div {
	display: flex;
	justify-content: space-around;
	margin-bottom: 20px;
}

article div div {
	border: 1px solid #CDCDCD;
}

article div p {
	font-size: 17px;
	padding-top: 0px; 
	margin-left: 5px;
	width: 300px
}

.pspecialcontainer {
	display: flex;
	justify-content: center;
}

.pspecial{
	margin-left: 25%;
}

.container {
	width: 300px;
	height: 250px;
}

.container:hover {
	transform: scale(1);
	box-shadow: none;
}

article div div img {
	width: 365px;
	height: auto;
}

.portrait_img {
	width: 200px;
	height: auto;
}

.correct {
	display: none;
}

.correct p {
	padding-top: 40px;
	margin-bottom: 50px;
	text-align: center;
	font-size: 14px;
	color: #F94B4B;
	width: 90%;
}

.correct img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
	height: auto;
	border: 1px solid #CDCDCD;
}
@media only screen and (max-width: 1100px) {
	article {
		display: none;
	}
	
	.correct {
		display: block;
	}
}

@media only screen and (max-width: 650px) {
	.correct img {
		width: 60%;
	} 
}