html {
  width: 100%;
}

body {
  min-width: 100%;
}

.btn.back-to-home {
  position: absolute;
  top: 20px;
  left: 20px;
  text-decoration: none;
  color: black;
  padding: 0.5em;
  border-radius: 0.5em;
  transition: background-color 150ms ease-in-out;
}

.btn.back-to-home:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.download-section {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.how-to-download-sect {
  width: 100%;
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed gray;
}

h2 {
  margin-bottom: 20px;
}

.downloading-text {
  line-height: 1.5em;
}

a {
  color: #0000ff;
  cursor: pointer;
  text-decoration: underline;
}

a:visited {
  color: #0000ff;
}

a:hover {
  color: #0000ff;
  text-decoration: none;
}

a:active {
  color: #ff0000;
}
