@import url('https://fonts.googleapis.com/css?family=Quicksand|Fredoka|Fredoka One');
body {
    font-family: 'Fredoka One';
}

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
main {
    padding-bottom: 85%;
}

#gauche {
	width: 30%;
	height: 100%;
	float: left;
    padding: 10%;
    background-color: white;
    margin-bottom: 10%;
}

#droite {
	width: 30%;
	height: 100%;
	float: left;
    padding: 10%;
    background-color: white;
    margin-bottom: 5%;
}
h1 {
    color: #858AFF;


    font-family: 'Fredoka One';
    font-style: normal;
    font-weight: 400;
    font-size: 116px;
    line-height: 140px;
}

h2 {
    color: #F3CDFF;


    font-family: 'Fredoka One';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
}

p {
    color: #355AC2;


    font-family: 'Fredoka One';
    font-style: normal;
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    text-align: justify;
}

ul {
    color: #B6B9FF;


    font-family: 'Fredoka One';
    font-style: normal;
    font-weight: 400;
    font-size: 33px;
    line-height: 40px;
}

.clement, .emma , .valentin , .sephora , .chaima , .mariam {
    width: 250px;
    height: 250px;
    border-radius: 180px;

    
}