html {
  height: 100%;
  width: 100%;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

h1 {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

h2 {
  color: #ffa200;
  margin-top: 20px;
}

section {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

p {
  margin-bottom: 15px;
  text-align: justify;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
    background-image: url("Images/websitewalpappers.jpg"); 
    background-size: cover;
    background-position: center; 
    background-attachment: fixed; 
}