body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust:none;
  font-family: 'Roboto';
  font-weight: 400;
}

#main-container {
  margin: 0 auto;
  max-width: 768px;
  position: relative;
  display: flex; 
  justify-content: center;
}

.inner-container {
  margin-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-graphic img {
  max-width: 700px;
}

.support-heading {
  color: #007FAD;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  width: 780px;
  margin: 0;
  padding: 20px 0 10px;
}

.support-text {
  color: #1C1C1C;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  width: 490px;
  margin: 0 0 30px 0;
  padding: 10px 0;
}

.supported-button {
  background-color: #007FAD;
  border-radius: 4px;
  width: 256px;
  color: #FFFFFF;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  display: none;
  text-decoration: none;
  padding: 11px 0;
  margin-right: 10px;
}

.get-desktop-button {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #007FAD;
  border-radius: 4px;
  width: 260px;
  color: #006C94;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  cursor: pointer;
  display: none;
  text-decoration: none;
  padding: 11px 0;
}

.showButton {
  display: inline-block;
}
