* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Helvetica Neue",  Arial, sans-serif;
  margin: auto;
}



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

/* this is the title  */
.header h3 {
  text-align: center;
  color: #ffd20b;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  margin: 0;
  line-height: 16px;
}
/* these are the links only need one fo the link to the real thingy*/


.header > h1 {
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 40%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #e94848;
}

/* coming soon announcement */
.header > p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-top: 50px;
  text-align: center;
  color: #bd6c6c;
  flex-grow: 0;
  margin: 16px 0px;
}

/* note at the bottom of the page */
.cool {
  font-style: normal;
  
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  flex-grow: 0;
  bottom: 0px;
}

.img
{
  margin-top: 200px;

}

.logo {
  margin-top: 75px;
}

.logo > img {
  width: 160px;
  height: 64px;
}

/* .learn-more > a > button {
  background: #f6821f;
  border-radius: 4px;
  border: none;
  width: 180px;
  margin-top: 78px;
  height: 55px;
  color: #f5f4f4;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: rgb(253, 189, 70);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
} */



@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;
  }
}
