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


.material-icons {
    padding:1rem 0 ;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



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

body {
    background-color: #222222;
    background-size: cover;
    background-repeat: no-repeat;
    font-family: sans-serif;
    height: 100vh;
}
