h1 {
border: 2px solid #00ff00; /* green */
width: 100%;
height: 50px;
}

.section {
    display: none;
}

.section.active {
    display: block;
  }

img {
max-width: 100%;
height: auto;
}
