.a-class {
  border: 2px solid red;
}

.elementDiv {
  background-color: yellow;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.pipe {
  border: 5px solid red;
}