You are on page 1of 1

body {

background: #c4c4c4;
margin: 0;
padding: 0;
box-sizing: border-box;
}

.content {
max-width: 80%;
margin: 0 auto 0 auto;
background: #FFF;
padding: 3em 0em 3em 0em;

.content h1 {
text-align: center;
font-size: 2.5em;
}

.content p {
margin: 0 12em 0 12em;
font-size: 1.1em;
line-height: 1.5em;
}

.numbers {
width: 70%;
/* background: yellowgreen; */

margin: 5em auto 0 auto;


display: grid;
display: flex;
justify-content: space-around;
}

.numbers em {
font-size: 0.5em;
}

.bloc {
background: #fcfafa;
height: 10em;
width: 15em;
margin-left: 0.5em;
margin-right: 0.5em;
box-shadow: rgb(202, 201, 201) 5px 5px 10px 2px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 2em;
}

You might also like