
*{
    margin:0;
    padding:0;
    box-sizing: horder-box;
    font-family: sans-serif;
}

body{
    display:flex;
    justify-content: right;
    background: url('../desenvolvimento.jpg')no-repeat fixed center;
    background-position:center;
}