.bg-txt{
	background: url(https://media.discordapp.net/attachments/887418644643078215/916280318212845598/bg-boutique.png?width=1200&height=265);
	background-size: cover;
	width: 100%;
	height: 100%;
	padding: 100px;
  }
.bg-txt h1{
	text-align: center;
	color: white;
	font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
.center{
	align-items: center;
    justify-content: center;
    display: flex;
    margin-top: 50px;
}
.fleur{
	text-align: center;
	padding: 30px;
	background-color: white;
	border-radius: 10px;
	font-size: 20px;
	width: 50%;
}
.fleur .sepa2 {
    width: auto;
    height: 1px;
    background-color: black;
    margin: 23px 80px;
}
footer{
    margin-top: 50px;
}