
*{
	margin: 0;
	padding: 0;
	font-family: serif;
	text-decoration: none;
}

#quote {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: top;
	background-image: url("../images/2.jpg");
	padding: 10%;
	padding-left: 60%;
	padding-right: 4%;
	box-sizing: border-box;
	color: white;
	font-size: 1rem;
}

@media screen and (max-width: 800px) {
	#quote {
		padding: 20%;
		padding-top: 25%;
		padding-left: 70%;
		padding-right: 10%;
		background-size: cover;
		background-position: top center;
		font-size: 8px; 
	}
}

@media screen and (max-height: 400px) {
	#quote {
		padding: 20%;
		padding-top: 25%;
		background-size: cover;
		background-position: top center;
		font-size: 8px; 
	}
}