html {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  min-height: 8vh;
  background-color: rgb(223, 173, 243);
  background-image: linear-gradient(purple, white, purple);
  background-image: linear-gradient(skyblue, rgb(223, 176, 245));
  font-family: "Righteous";
}
.logo {
  color: rgb(41, 43, 41);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 25px;
}
.nav-lists li a {
  display: flex;
  text-decoration: none;
  color: rgb(41, 43, 41);
}
.nav-lists {
  display: flex;
  justify-content: space-around;
  width: 30%;
  text-decoration: none;
  list-style: none;
}
.nav-lists {
  letter-spacing: 3px;
  font-size: 18px;
}

.burger div {
  width: 25px;
  height: 5px;
  background-color: seashell;
  color: white;
  margin: 5px;
}
.burger {
  display: block;
}
main {
  /* font-family: "Montserrat"; */
  /* font-family: "Montserrat", sans-serif; */
  /* font-family: "Source Code Pro", monospace; */
  font-family: "Inconsolata", monospace;
  font-size: 1.1rem;
  margin: 10%;
  margin-top: 0%;
  /* padding: 1.5%; */
  width: auto;
  height: 90%;
  /* background-color: rgb(170, 47, 219); */
  /* border-style: ridge; */
  /* border-color: rgb(193, 59, 226); */
  border-top: seashell;
  background-color: rgb(255, 254, 253);
  padding-left: 0%;
}

/* main li img {
  width: 20%;
  height: 30%;
} */
main .one {
  display: flex;
  /* justify-content: space-around; */
  border-style: ridge;
  margin: 10px;
  margin-left: 0px;
  margin-right: 0px;
}
.heading-basics .questions {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

main .one .create {
  /* margin-right: 35%; */
  width: 100%;
  background-image: linear-gradient(skyblue, rgb(221, 181, 240));
  margin-top: 1%;
  margin-left: 1%;
  margin-bottom: 1%;
  margin-right: 1%;
  border-radius: 10px;
  text-decoration: none;
  list-style: none;
  padding-bottom: 15px;
  /* font-weight: 599.99; */
}
/* main .one .create li {
  text-decoration: none;
  list-style: none;
} */
main .one .create-image img {
  width: 100%;
  height: 160%;
  padding: auto;
  /* min-width: 50%;
  min-height: 90%; */
}
main .one .create-image {
  /* margin-top: 5%; */
  /* height: min-content; */
  border-style: double;
  border-color: rgb(134, 12, 248);
  /* border-image: fill; */
  background-color: rgb(26, 25, 25);
  margin-top: 1%;
  margin-left: 1%;
  margin-bottom: 1%;
  margin-right: 1%;
  align-self: center;
  padding: 4px;
  border-radius: 10px;
}
h3,
h2 {
  text-transform: uppercase;
}
.heading-basics .questions {
  font-style: italic;
  color: rgb(20, 177, 41);
  font-weight: 700;
}
.heading-basics h3 a {
  text-decoration: none;
}

h2 {
  /* background-image: linear-gradient(rgb(228, 240, 245), rgb(201, 119, 240)); */
  border-style: ridge;
  margin: 10px;
  margin-left: 0px;
  margin-right: 0px;
  /* color: beige; */
  /* width: max-content; */
}

/* main .one .create-image {
  align-self: center;
} */
