body { margin: 0px} .main { display: grid; width: 100vw; height: 100vh; grid-template-areas: "a a" "b c" "b d"; grid-template-columns: 5cm 1fr; grid-template-rows: 6em 1fr 6em } h2{ background-color:rgb(232,245,251)} pre{ border: double gray 8px } footer {grid-area: d;font-size:x-large ; text-align:…