
html, body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  background-color: #F5F5F5;
}

body {
  display: flex;
  justify-content: center;
  width: 100%;
}

.company-logo {
  background-image: url('/assets/company-logo.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 2.4rem;
  width: 8.75rem;
  margin: 2.7rem 0;
}

.ios-app-store {
  background-image: url('/assets/ios-app-store.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 64px;
  width: 192px;
}

.google-play-store {
  background-image: url('/assets/google-play-store.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 64px;
  width: 216px;
}

.title {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 24px;
}

.text {
  margin-bottom: 24px;
}

.container {
  padding: 0 10px;
  margin-right: 15px;
}

.content {
  max-width: 612px;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 40px 56px;
}

.buttons {
  display: flex;
  padding: 24px 0;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer {
  z-index: -1;
  background-color: #FFFFFF;
  color: #808080;
  position: fixed;
  width: calc(100vw - 114px);
  max-width: 644px;
  bottom: 0;
  border-radius: 8px 8px 0 0;
  padding: 40px;
  font-size: 15px;
  line-height: 17px;
}