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

.bg-image {
  position: absolute;
  bottom: -88%;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 165px 0 124px;
  width: 100%;
  margin: auto;
  border: #fbab40;
  height: 100vh;
  background-color: #242628;
  background-image: url(./assets/world.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 70px;
  background-origin: padding-box;
}

h3 {
  color: #191919;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin-left: 25vw;
  padding-top: 5vw;
  line-height: 36px;
  font-weight:900;
}

header {
  display: flex;
  background-image: linear-gradient(to right, #191919, #610000,#191919);
  width: 100%;
  height: 10vw;
  object-fit: fill;
  position: fixed;
  flex-direction: column;
  margin-left: 0;
  font-style: normal;
  justify-content: center;
}

ul {
  list-style-type: none;
  margin-top: 10vw;
  padding: 0;
  font-size: 80%;
  width: 20vw;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
}

li a.active {
  background-image: linear-gradient(to right, #191919, #610000,#191919);
  color: white;
}

li a:hover:not(.active) {
  background-color: #191919;
  color: white;
}

.p1 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: black;
  flex-grow: 0;
  padding-left: 27vw;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: black;
  flex-grow: 0;
  padding-left: 27vw;
}

.p {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5vw;
  line-height: 150%;
  color: blue;
  flex-grow: 0;
  padding-left: 27vw;
}

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

.options > a {
  color: #ffffff;
  text-decoration: underline;
  margin: 0px 8px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}

.options > a:first-of-type {
  margin-right: 30px;
}

.note {
  font-weight: 400;
  font-size: 24px;
  color: red;
  font-weight: 500;
}

.logo {
  height: 7vw;
  border-radius: 50%;
  font-weight: 400;

}

.dis {
  border-radius: 50%;
  height: 5vw;
}

.bold {
  font-size: 4vw;
  color: white;

}

.learn-more > a > button {
  background: #f6821f;
  border-radius: 4px;
  border: none;
  width: 180px;
  margin-top: 78px;
  height: 55px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: rgba(246, 130, 31, 1);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

@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;
    background-color: white;
  }

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

.grid-container {
  display: grid;
  grid-template-columns: 5vw 10vw 5vw 30vw 5vw 20vw 20vw;
  margin: 0;
  
}
