pre {
  box-sizing: border-box;
  text-align: center;
  width: 439px;
  color: #000;
  background: #fbab4030;
  border: 2px solid #fbab40;
  border-radius: 2px;
  justify-content: space-between;
  margin: 0 0 16px;
  padding: 16px 24px;
  font-family: Courier Prime;
  font-size: 1.2rem;
  display: flex;
}

.installation-steps > h3 {
  text-align: center;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
}

.container {
  width: 95%;
  max-width: 600px;
  height: auto;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 50px 0 24px;
  display: flex;
}

.header img {
  width: 241px;
  height: 164px;
  margin-left: 70px;
}

.header h3 {
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  display: flex;
}

.header {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.installation-header img {
  width: 31px;
  height: 26px;
}

.installation-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

.installation-steps > span {
  flex-direction: column;
  display: flex;
}

.steps > div > img {
  width: 29px;
  height: 28px;
  margin-right: 10px;
}

.steps > div {
  justify-content: center;
  align-items: center;
  display: flex;
}

h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

button {
  width: auto;
  background-color: #0000;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

button > svg {
  width: 1.2rem;
  height: 1.2rem;
}

li {
  font-size: 1rem;
}

button:hover {
  cursor: pointer;
  background-color: #0000;
}

body {
  margin: 0;
  padding-top: 5%;
  font-family: Source Sans Pro;
}

@media screen and (max-width: 600px) {
  .container {
    padding: 10px;
  }

  pre {
    width: 100%;
    padding: 8px 12px;
    font-size: .8rem;
  }

  body {
    width: 100vw;
  }

  .header img {
    margin: 0 auto;
  }

  .installation-steps {
    width: 100%;
    box-sizing: border-box;
  }

  h1 {
    font-size: 1.6rem;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-bottom: 5px;
  }
}

/*# sourceMappingURL=index.3a01df49.css.map */
