body{
	background: rgb(250, 218, 92);
	background: rgb(251, 227, 133);
	/* background: rgba(250, 218, 92, 0.4); */
	color: #474747;
	font-family: 'Work Sans', system-ui, sans-serif;
}

a{
	color: rgb(235, 69, 69);
}

.search-bar{
	border: solid 4px rgb(235, 69, 69);
}

.split.drop, .wall.drop, .basic.drop{
	box-shadow: -6px 6px 0px rgb(235, 69, 69);
	border: solid 1px rgb(235, 69, 69);
	background: rgb(253, 232, 147);
	padding: 2rem;
}

header h1{
	font-weight: 900;
	margin-top: 1rem;
	font-size: 4rem;
}

blockquote{
	border-left: solid 3px rgb(235, 69, 69);
}

@media screen and (max-width: 600px){
	header h1{
		font-size: 2.5rem;
		margin-top: 0rem;
	}

	.split.drop, .wall.drop, .basic.drop{
		padding: 1.5rem;
	}
	
}