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

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.container {
  position: relative;
  padding: 25px 0 0;
  width: 100%;
  margin: auto;
  height: calc(100vh - 66px);
  background-color: #0C0B28;
  background-image: url('assets/background.png');
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 600px) {
  .container {
    padding: 70px 0 0 0;
    height: calc(100vh - 78px);
  }
}

@media only screen and (max-height: 550px) {
  .container {
    min-height: 100vh;
    height: auto;
    padding-bottom: 30px;
  }
}

.mascots {
  position: absolute;
  bottom: 5%;
  right: 10%;
  height: 220px;
}

@media only screen and (min-width: 600px) {
  .mascots {
    right: 20%;
    height: 250px;
  }
}

@media only screen and (max-height: 665px) {
  .mascots {
    display: none;
  }
}

.header h3 {
  color: #28939C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 36px;
  font-family: 'Urbanist', sans-serif;
}

.header {
  position: relative;
  flex-direction: column;
  padding: 0px;
  font-style: normal;
}

.header > h1 {
  margin: 20px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 36px;
  display: flex;
  color: #ffffff;
  font-family: 'Urbanist', sans-serif;
}

@media only screen and (min-width: 500px) {
  .header > h1 {
    font-size: 48px;
    line-height: 52px;
  }
}

.header > p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  flex-grow: 0;
  margin: 16px 0px;
  font-family: 'Inter', sans-serif;
  line-height: 32px;
  letter-spacing: 0.25px;
}

.logo {
  padding: 20px 0 10px;
}

.logo > img {
  width: 120px;
}

@media screen and (min-width: 600px) {
  .logo > img {
    width: 160px;
  }
}

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

@media screen and (max-width: 600px) {
  pre {
    font-size: 0.8rem;
    padding: 8px 12px;
    width: 100%;
  }

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