body{
  
  background-color: #C3E3FD;
  background-image: url("images.jpg");
  background-size: cover;
  min-height: 100%;
  background-repeat: no-repeat;
   background-attachment: fixed;
    background-position: center center;
   
}

p{
  
  color: #222;

}

h1{
  color: red;
  text-align: center;
  background-color: rgba(0, 0, 128, 0.7);
  
}

h2{
  color: blue;
  background-color: yellow;
    background: linear-gradient(to right, #0077ff, #00c3ff);
   
}

.paragrafo1{
  background-color: lightyellow;
  color: blue ;
}

.paragrafo2{
  background-color:  lightgreen;
  color: green ;
}

.paragrafo3{
  
  color: purple ;
  background-color: rgba(255, 255, 255, 0.6);
}

.paragrafo4{
  background-color: #E0E0E0;
  color: red;
}

.corbranca{
  background-image: url("preto.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: white;
}

.paragrafo5{
  background-color: #333;
  color: white;
  text-align: center;
  padding: 10px;
  
}






































