@import url('https://fonts.googleapis.com/css?family=Miss+Fajardose');

#content{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
}

.citation{
	width: 35%;
	display: flex;
	flex-wrap: wrap;
	border: solid 1px black;
	border-radius: 10px;
	padding: 10px 20px 20px 20px;
	margin: 20px 10px;
	background: #5E555E;
	color:#DEC8E0;
	min-width: 500px;
}

.quote{
	width: 100%;
	margin: 10px;
	text-align: justify;
}

.quote::first-letter {
  font-family: "Miss Fajardose", cursive;
  font-size: 3em;
  padding-right: 0.18em;
}

.locuteur, .oeuvre{
	width: 100%;
	text-align: right;
	margin: 2px;
}

form{
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	margin-right: 25px;
}

input{
	width: 100px;
	height: 20px;
	margin: 2px;
}
