::selection {
  color: red;
  background: yellow;
}

.waste-color {
	color: red;
}
.rotated-20 {
	transform: rotate(20deg);
}