
.page{
	display: flex;
	justify-content: center ;
	flex-wrap: wrap;
	gap: 10px;
}

.texte{
display: flex;
justify-content: center;
align-items: center;
border: solid red 5px;
box-shadow: white 0px 54px 55px, white 0px -12px 30px, white 0px 4px 6px, white 0px 12px 13px, white 0px -3px 5px;
border-radius: 10px;
background-color: ;
width: 200px;
height: 200px;
color: gold;
font-size: 50px;
			
}

