body{
    background-color: aliceblue;

}
div{
    background: url(../images/javelot.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
}
h1{
    color: white;
}
img{
    height: 100px;
    width: 50%;
}