/*
If the file is going to be imported don't add doc comments
*/
#blocks {
  color: white;
  background-color: #cd262d;
  padding: 20px;
  font-family: sans-serif;
}
#blocks .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#blocks .opacity-25 {
  opacity: 25%;
}

#blocks .mx-1 {
  margin: 2px;
  padding: 2px;
}
/* }
@media all and (max-width: 600px) {
  #blocks .row {
    flex-direction: column;
  }
}
#blocks .current-block {
  font-weight: 800;
}
#blocks .blocks span {
  font-weight: 700;
  width: 25px;
  height: 25px;
  border: 1px solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#blocks .blocks span.current {
  background: #000000de;
}
#blocks .blocks span.passed {
  background: #00000099;
} */
