/* Set 1rem to 10px */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222830; 
}

.content {
  min-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.amplifyLogo {
  width: 100%;
  min-height: 53px;
  max-width: 400px;
  margin-bottom: 3rem;
}

.downloadSection h1 {
  padding-top: 8rem;
  font-family: 'Open Sans Bold', sans-serif;
  font-weight: 700;
  color: #5fffec;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #f6faff
}

.subtitle {
  max-width: 380px;
  margin: auto;
  text-align: center;
  padding-top: 1rem;
}

.buttonRow {
  display: flex;
  justify-content: center;
  margin: 3rem 0;
}

.buttonRow a:first-of-type {
  margin-right: 2rem;
}

.buttonRow a img {
  height: 48px;
}

.disclaimers {
  line-height: 2rem;
  font-size: 1rem;
  opacity: 0.8;
  text-align: center;
}

.disclaimers p {
  font-size: 1rem;
}