.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.code-embed {
  width: 100%;
  height: auto;
  min-height: 100vh;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.code-embed-107 {
  width: 100vw;
  height: 100vh;
}


