:root {
  --button-width: 170px;
}

.download-container {
  margin-top: 10px;
  font-weight: bold;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  background-position: left center;
  margin-left: var(--slide-margin);

}

.download-container section {
  display: inline-block;
  flex-direction: column;
  align-items: center;
  width: 200;
}

.download-container a {
  font-weight: normal;
  position: relative;
  display: inline-block;
}

a:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.download-container p {
  margin-right: 150px;
  max-width: 800px;
}

.download-button-os-logo {
  width: 30px;
  height: 30px;
  margin-left: 70px;
}

.download-button-os-logo-span {
  width: 15px;
  height: 15px;
  margin-left: 0px;
}

.download-button-large,
.download-button {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 7px;
  margin-right: 10px;
  font-size: 16px;
  width: var(--button-width);
  height: 40px;
  background-color: var(--button-color);
  color: white;
  font: 18px/20px Georgia, Garamond, Serif;
  border-radius: 10px;
  align-items: center;
}

.download-button-large {
  height: 60px;
}

.download-button-large:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  left: 50%;
  margin-left: -85px;
  width: var(--button-width);
}

p {
  color: #fff;
  font-size: 18px;
  color: rgb(50, 50, 50);
}

h1 {
  font-weight: bold;
  color: var(--my-h1-color);
  font-size: 22px;
}

h2 {
  margin-top: 20px;
  font-weight: bold;
  color: rgb(20, 20, 20);
  font-size: 18px;
}

.welcome-download {
  max-width: 580px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(20, 20, 20);
  background-color: rgb(245, 245, 245);
  font: 16px/22px Georgia, Garamond, Serif;
  border-radius: 6px;
  text-align: left;
}

.eula-agree {
  margin-bottom: 20px;
}