@font-face{
font-family: arial;
}


body{
  background: #003AFF;
  font-size: 12px;
}

h1{

	font-size: 50px;
	text-align: center;
	color: #FF5DA9;
}

h2{
	font-size: 35px;
	text-align: center;
	color: #FF5DA9;
}

p{
font-size: 12px;
font-style: italic;
text-align: center;
background: white;
scroll-behavior: smooth;
color: #FF5DA9;

}

img{
	width: 50%;
	height: auto;
	align-content: center;
	border: 10px solid #fff;
	box-shadow: 0px 0px 10px #bbb;
}

.text1{
	display:flex;
	text-align: center;
  border: double #FF5DA9;
  justify-content: space-between;
}

.text1 .femme {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-height: 100%;
	background: #FFFFEE;

}
.text1 .femme p {
	max-width: 100%;
	max-height: 100%;
	font-size: 35px;
	font-style: oblique;
	border: 2px solid #FF5DA9;
	background: #FFFFEE;
}

.text1 .description {
	width: 50%;
}

.square-box{
    width: 37%;
    overflow: hidden;
    left: 900px;
    bottom: 600px;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
    padding-right: 50%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content span {
    display: table-cell;
    font-size: 35px;
    text-align: center;
    vertical-align: middle;
    color: white
}

.square {
  height: 50px;
  width: 50px;
  background-color: #555;
}
