body {
	background-color: #000000;
}
main {
  display: flex;
  padding: 5%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
}

section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

section#main-goals>div {
  min-height: 32vw;
  width: 100%;
  height: 20vw;
}
section#small-goals>div {
  min-height: 20vw;
  width: 45%;
  height: 15vw;
}
iframe {
  width: 100%;
  height: 100%;
}
