* {
    padding:  0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

body {
    background:   url(images/personne-riche.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: sans-serif;
    height: 100vh;
}
.material-icons {
    padding:1rem 0 ;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.material-icons{
    color: #c6e708;
    
}
.material-icons:first-child{
    margin-right: auto;
    margin-left: 1rem;
}

.material-icons{
    transform: scale(1.5,1.5);
}