.body{
    margin: 0px;
}

.background{
    width:100%;
    height: 100vh;
    background-image: url("resources/background.jpg");
    background-size: cover;
}

.boy{
    height: 300px;
    margin-top: 380px;
    margin-left: 100px;
    position: absolute;    
}