:root {
  font-family:
    Domino Sans,
    system-ui,
    Avenir,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 400;

  width: 100%;
  height: 100%;

  color: #ffffff;
  background-color: #131313;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.App {
  display: flex;
  flex-direction: column;

  max-width: 1440px;
  height: 100vh;
  margin: 0 auto;
}

.App__header {
  max-width: 1440px;
  width: 100%;
  height: 48px;
  padding: 0 24px;

  display: flex;
  align-items: center;

  margin-bottom: 80px;
}

.App__logoText {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-left: 10px;
}

.App__content {
  flex: 1;
  width: 1024px;
  padding: 24px;
  margin: 0 auto;
  text-align: center;
}

.App__content__body {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}

.App__copyButton {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 206px;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 90px;
  background-color: #3391ff;
  border-radius: 48px;

  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.App__copyButton__text {
  margin-left: 4px;
}

.App_steps {
  width: 880px;
  height: 313px;
  background: url(/images/steps.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}
