@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);

body {
    text-align: center;
    background-color: #F2F2F2;
    font-family: 'Roboto', verdana;
    padding: 0px 0px;
    margin: 0px 0px;
}

#icone {
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

#icone img {
    max-width: 200px;
}

#icone span {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#download {
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    padding: 10px;
}

#download img {
    max-width: 150px;
}

#download a {
    margin: 0px 10px;
}

#dev {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #BDBDBD;
}

#dev p {
    margin-right: 5px;
}

#leg {
    margin-top: 0px;
    margin-right: 10px;
    padding-top: 0px;
    float: right;
    color: #424242;
}