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

#quote {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: 80%;
	background-image: url("../images/3.jpg");
	padding-left: 100px;
	padding-top: 100px;
	padding-right: 50%;
	box-sizing: border-box;
	color: white;
	font-size: 30px;
}

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

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