body{
    background-color: black;
    background-image: url('ImagensAtividade03/fundo_stones.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
}
h1{
    color: white;
}