.Dev__body {
  padding: 1rem;
  font-size: var(--font-sm);
  color: var(--txtColor);
}

.Dev__main {
  margin-top: 1rem;
}

.Dev__section {
  color: hsl(225, 100%, 12%);
  margin-top: 1rem;
}

.Dev__heading {
  color: hsl(195, 100%, 46%);
  margin-top: 1rem;
  font-size: 1rem;
}

.Dev__list {
  list-style: disc;
  position: relative;
  left: 1.5rem;
}

.Dev__link {
  color: hsl(225, 100%, 12%);
  font-size: 1rem;
}

.Dev__color {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.Dev__color_list_color {
  width: 3rem;
  height: 3rem;
  box-shadow: 0px 5px 25px rgba(0, 15, 60, 0.12);
}

.Dev__text {
  margin-top: 0rem;
}
.Dev__text .Dev__text_p {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.Dev__explanation {
  font-size: 1rem;
}

.Dev__h1 {
  margin-top: 0;
}
.Dev__h1._header {
  margin-top: 50px;
}

.Dev__status {
  display: flex;
  align-items: center;
}

.Dev__tag {
  padding: 0.125rem 0.25rem 0.25rem;
  border-radius: 90px;
  font-size: 10px;
  margin-left: 0.5rem;
}
