body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background : url("../images/Ballon_Terrain.jpg") no-repeat fixed center bottom / cover  #7f9b4e;
    font-weight: 300;
    font-size: 15px;
}

.home-message {
    width: 30%;
    margin: 20% auto 10px;
    padding: 10px;

    /* Styles */
    box-shadow:
        0 0 1px rgba(0, 0, 0, 0.3),
        0 3px 7px rgba(0, 0, 0, 0.3),
        inset 0 1px rgba(255,255,255,1),
        inset 0 -3px 2px rgba(0,0,0,0.25);
    border-radius: 5px;
    background: #D7CD9D;
        font-weight:bold;
}

.home-message i {
    margin-right: 10px;
}