img{
    width: 100%;
    height: 30%;
}

body{
    background-image: url(/imagenes/bitterpng.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 99% 98%;
}