div#includelaunch {
  max-width: 840px;
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  align-self: center;
}

section#launch-section {
  width: 100%;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
}

section#launch-section-last {
  width: 100%;
  margin: 20px 0px 10px 0px;
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #777, #666);
  border-radius: 20px;
  box-shadow: 0px 0px 20px 2px #0006;
}


section#launch-title {
  width: calc(100% - 40px);
  margin: 0px 20px 20px 20px;
  display: flex;
  align-self: center;
  font-size: x-large;
  font-weight: bold;
  line-height: normal;
  gap: 10px;
}

section#launch-title p:nth-child(odd) {
  flex-grow: 1;
  flex-basis: 0;
}

section#launch-title p:nth-child(even) {
  flex-grow: 1;
  flex-basis: 0;
  font-style: italic;
  text-align: right;
}


section#launch-text {
  width: calc(100% - 40px);
  margin: 0px 20px 20px 20px;
  display: flex;
  align-self: center;
  line-height: normal;
  gap: 10px;
}

section#launch-text p:nth-child(odd) {
  flex-grow: 1;
  flex-basis: 0;
}

section#launch-text p:nth-child(even) {
  flex-grow: 1;
  flex-basis: 0;
  font-style: italic;
  text-align: right;
}

section#launch-text p a {
  text-decoration: none;
  color: #0c0;
  transition-property: color;
  transition-duration: 300ms;
  border-radius: 3px;
}

section#launch-text p a:hover {
  color: #00ff00;
  background-color: #222222;
  border-radius: 6px;
  margin: -2px -5px;
  padding: 2px 5px;
  transition-property: all;
  transition-duration: 300ms;
}


section#launch-select {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

section#launch-button {
  display: flex;
  flex-direction: column;
  padding: 2vw;
  align-items: center;
  border-radius: 20px;
  background: #888;
  border: 5px solid #888;
  box-shadow: 0px 0px 13px 0px #0008;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 300ms;
}

section#launch-button:hover {
  background: #444;
  border: 5px solid #0c0;
  transform: scale(1.05);
}

section#launch-button-sel {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2vw;
  align-items: center;
  border-radius: 20px;
  background: #333;
  border: 5px solid #0c0;
  box-shadow: 0px 0px 13px 0px #0008;
  text-decoration: none;
  cursor: pointer;
  transition-duration: 300ms;
}

section#launch-button-sel:hover {
  background: #444;
  border: 5px solid #0c0;
  transform: scale(1.05);
}

section#launch-button img{
  width: 16vw;
  max-width: 128px;
}

section#launch-button-sel img{
  width: 16vw;
  max-width: 128px;
}

section#launch-triangle {
  position: absolute;
  top: 100%;
}

section#launch-triangle img {
  max-width: 70px;
  width: 7vw;
}


section#launch-label {
  margin: 10px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  color: #fff;
}


section#launch-run {
  padding: 20px 5px 20px 20px;
  background-color: #0a0;
  border-radius: 20px;
  border: 5px solid #000;
  cursor: pointer;
  transition-duration: 300ms;
}

section#launch-run:hover {
  transform: scale(1.05);
  background-color: #090;
}

section#launch-run img {
  max-width: 90px;
  max-height: 90px;
  width: 18vw;
  height: 18vw;
}

section#launch-run-text {
  display: flex;
  flex-direction: column;
  margin: 0px 20px;
  color: #fff;
  font-size: 22px;
  line-height: normal;
  justify-content: center;
}

section#launch-run-version {
  margin-top: 10px;
  font-size: 13px;
}

section#launch-run a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
