body {
	font-family: "Raleway", sans-serif;
}

#background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#box {
	position: absolute;
	height: 220px;
	width: 520px;
	border-radius: 5px;
	background-color: white;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#quoteBox {
	height: 180px;
	width: 450px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#quote {
	text-align: center;
	font-size: 21px;
	font-weight: 500;
	margin-top: 0;
}

#author {
	text-align: right;
	font-size: 20px;
}

#newQuoteButton {
	font-family: "Raleway", sans-serif;
	border: none;
	cursor: pointer;
	color: white;
	position: absolute;
	height: 40px;
	width: 110px;
	border-radius: 5px;
	right: 0;
	bottom: 0;
}

.quote {
	display: inline;
}