body {
	background: rgb(56,55,55);
	background: radial-gradient(circle, rgba(56,55,55,1) 0%, rgba(33,34,38,1) 48%);
	background-size: cover;
	background-repeat: no-repeat;
	color: whitesmoke;
}

.quotes1 {
	background-color: #19191C;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	font-size: 120%;
	color: #fff;

}