.page-text {
  font-size: 20px;
  margin-bottom: 20px;
}

.download-container {
  display: inline-block;
}

.download-legend {
  margin-top: 15px;
  font-weight: 600;
}

.os-finder {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
}

.os-finder-text {
  font-weight: bold;
}

.problems-container {
  margin-top: 40px
}

.problems-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.problems-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.problems-text {
  flex-grow: 1;
  padding-right: 40px;
}

.problems-btn {
  margin: 0 20px;
  display: flex;
  max-height: 70px;
  min-width: 120px;
  align-items: center;
  text-align: center;
  font-size: 15px;
}
