body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  color: white;
  background-color: rgb(142, 119, 148);
}

header {
  background-color: rgb(70, 0, 90);
  padding: 1rem; /* Add some padding for breathing room */
}

footer {
  background-color: rgb(70, 0, 90);
  padding: 1rem;
}

.Contents1,
.Contents2 {
  background-color: rgb(122, 90, 131);
  width: 100%;
  height: 30vh; /* Adjust the height as needed */
  margin-bottom: 1rem; /* Add some space between sections */
  z-index: 3;
}
