body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 50px;
    background-color: #f0f0f0;
}
h1 {
      /* Remove position: absolute and left: 0px */
  text-align: center;
  font-size: 5em; /* or your preferred size */
  font-weight: bold;
  margin: 20px 0 0 0; /* add top margin for spacing */
  width: 100%;
  color: #ff0000;
}
p {
  /* Remove position: absolute and left: 0px */
  text-align: center;
  font-size: 5em; /* or your preferred size */
  margin: 20px 0 0 0; /* add top margin for spacing */
  width: 100%;
  color: #ff0000;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#walk-container {
  width: 100%;
  max-width: auto; /* or any max width you prefer */
  margin: 40px auto 0 auto;
  position: relative;
  height: 120px;
}
#walk-container img {
  height: 80px; /* or use max-height: 100%; for more flexibility */
}