* {
  box-sizing: border-box;
  font-family: Oxygen, sans-serif;
  margin: auto;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25 25 25 25;
  width: 100%;
  margin: auto;
  border: #ffffff;
  /* height: 100vh; */
  background-color: #ffffff;
  background-image: none;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-origin: padding-box;
}

.header h3 {
  text-align: center;
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
}

.header {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px;
  font-style: normal;
}

.header > h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 150%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #000000;
}

.header > p {
  font-style: normal;
  font-weight: 400;
  font-size:24px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  flex-grow: 0;
  margin: 16px 0px;
}

.logo > p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  flex-grow: 0;
  margin: 16px 0px;
}

.options {
  display: flex;
  flex-direction: row;
}

.logo {
  margin-top: 0px;
}

img {
  max-width: 100%;
  max-height: auto;
}



@media screen and (max-width: 1024px) {
    .container {
        background-size: contain;
        background-position-y: center;
    }
}

@media screen and (max-width: 600px) {

.container{
    background-size: contain;
    background-position-y: center;
    }
  pre {
    font-size: 0.8rem;
    padding: 8px 12px;
    width: 100%;
  }

  body {
    width: 100vw;
  }

  .header img {
    margin-left: 0;
  }

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

  h1 {
    font-size: 1.6rem;
  }

  ol {
    padding-left: 20px;
  }

  li {
    margin-bottom: 5px;
  }
}
