body {
  margin: 2rem;
}

.dev-ul{
  padding-left: 1rem;
  li{
  margin-bottom: 0.25rem;
  }
}

.dev-bg{
  background-color: #e0e0e0;
}

.dev-badge {
  padding: 0.2rem 0.5rem;
  font-size: 11px;
  border-radius: 2px;
  margin-left: 0.5rem;
  background-color: rgb(189, 136, 239);
}

.dev-badge._gray {
  background-color: rgb(197, 197, 197);
}

.dev-badge._pink {
  background-color: pink;
}

.dev-badge._blue {
  background-color: rgb(55, 161, 255);
}

.dev-badge._orange {
  background-color: orange;
}

.dev-badge._green {
  background-color: rgb(34, 235, 34);
} 

.dev-button{
  position: fixed;
  bottom: 6rem;
  right: 0;
}