#seventh-screen {
  background: #161616;
  margin-top: 0vh;
  width: 100vw;
  height: 100vh;
}
@media only screen and (max-width: 600px) {
  #icon-section {
    grid-template-columns: 1fr 1fr;
  }
}
