
body {
    background-color: green;
}
#title-3 {
  
    background-image: url('confiar.meme.br.gif');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    
    background: gray;
    color: red;
    text-decoration: underline;
}

#line_3{
   background-image: url('confiar.meme.br.gif');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  
  background: black;
  color: white;

}