body{
  background-image: url('https://brainwitty.com/images/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.para{
  background-color: #ffffff;
  padding: 20px;
}
