body{
  background-image: url('download.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
h1{
  background-color: rgba(0,0,0,0.4);
  color: #ffeb3b;
  padding: 20px;
  
}
h2{
  background-color: rgba(0, 0, 0, 0.4);
  color: #00e5ff;
  padding: 8px;
  border-radius: 8px;
  text-align: center;
}
p{
  background-color: rgba(255, 255, 255, 0.4);
  color: #000;
  padding: 15px;
  border-radius: 10px;
  text-align: justify;
  line-height: 1.5;
  background-image: url('testura.png');
  background-size: cover;
}
