body {
	font-family: "outfit";
	background-color: hsl(212, 45%, 89%);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

div.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 30px;
	margin: 200px 400px 200px 400px;
	width: 29%;
	height: 30%;
	background-color: hsl(0, 0%, 100%);
	border-radius: 20px;
}

div.group {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 500px;
}

span#capitalize {
	text-transform: uppercase;
}

img {
	width: 360px;
	height: 400px;
	border-radius: 20px;
}

h1 {
	width: 400px;
	text-align: center;
	font-weight: bold;
	color: hsl(218, 44%, 22%);
}


div.gp3 p {
	text-align: center;
}

p {
	font-size: 21px;
	color: hsl(220, 15%, 55%);
	margin-top: 0;
	margin-bottom: 0;
}

@media only screen and (max-width: 1130px) {
	img {
		width: 300px;
		height: 200px;
	}
}

@media only screen and (max-width: 1137px) {
	div.container {
		width: 40%;
	}

	body {
		width: 80%;
	}
}

@media only screen and (max-width: 1090px) {
	div.container {
		width: 30%;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	main.big-bro {
		display: flex;
		width: 120%;
	}
	img {
		width: 305px;
		height: 304px;
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 35px;
		box-sizing: ;
	}

	p {
		font-size: 18px;
	}

	h1 {
		width: 310px;
		height: 70px;
		font-size: 26px;
		padding: auto 10px auto 10px;
		box-sizing: border-box;
	}

	p.p1 {
		font-size: 21.2px;
	}

	div.gp3 {
		padding-bottom: 20px;
	}

	div.gp3 p {
		margin-left: -10px;
	}
}



