::selection {
  background-color: #70a4b2;
  color: #352879;
}
/*
div {
  background: #fff;
  color: #000;
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0.5em !important;
  margin-top: 0.5em !important;
  text-transform: uppercase;
}
*/
.border-step1 {
  border-style: solid;
  border-width: 0.125em 0;
  margin: 0 0.125em;
  padding: 0.5em;
  position: relative;
  z-index: 1;
}
.border-step1:before {
  border: inherit;
  border-width: 0 0.125em;
  content: '';
  height: 100%;
  left: -0.125em;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -0.125em;
  z-index: -1;
}
.border-step2 {
  border-style: solid;
  border-width: 0.125em 0;
  margin: 0 0.25em;
  padding: 0.5em 0.375em;
  position: relative;
  z-index: 1;
}
.border-step2:before {
  background-color: inherit;
  border: inherit;
  border-width: 0 0.125em;
  bottom: 0.125em;
  content: '';
  left: -0.25em;
  pointer-events: none;
  position: absolute;
  top: 0.125em;
  right: -0.25em;
  z-index: -1;
}
.border-step2:after {
  border: inherit;
  border-width: 0 0.125em;
  bottom: 0;
  content: '';
  left: -0.125em;
  position: absolute;
  top: 0;
  right: -0.125em;
  z-index: -2;
}
.border-step3 {
  border-style: solid;
  border-width: 0.125em 0;
  box-shadow: -0.25em 0 0 -0.125em, 0.25em 0 0 -0.125em;
  margin: 0 0.375em;
  padding: 0.5em 0.25em;
  position: relative;
  z-index: 1;
}
.border-step3:before {
  background-color: inherit;
  border: inherit;
  border-width: 0 0.125em;
  bottom: 0.25em;
  content: '';
  left: -0.375em;
  pointer-events: none;
  position: absolute;
  top: 0.25em;
  right: -0.375em;
  z-index: -1;
}
.border-step3:after {
  background: inherit;
  border: inherit;
  border-width: 0 0.125em;
  bottom: 0.125em;
  content: '';
  left: -0.25em;
  position: absolute;
  top: 0.125em;
  right: -0.25em;
  z-index: -2;
}
.border-step4 {
  border-style: solid;
  border-width: 0.125em 0;
  box-shadow: -0.375em 0 0 -0.125em, 0.375em 0 0 -0.125em;
  padding: 0.5em 0.125em;
  position: relative;
  z-index: 1;
  background-color: white;
  text-align: center;
  padding: 1em;
}
/*
.border-step4:before {
  background-color: inherit;
  border: inherit;
  border-width: 0 0.125em;
  bottom: 0.375em;
  content: '';
  left: -0.5em;
  pointer-events: none;
  position: absolute;
  top: 0.375em;
  right: -0.5em;
  z-index: -1;
}
.border-step4:after {
  background-color: inherit;
  border: inherit;
  border-width: 0 0.125em;
  bottom: 0.125em;
  content: '';
  left: -0.375em;
  position: absolute;
  top: 0.125em;
  right: -0.375em;
  z-index: -2;
}
*/
/* * SIZE */
#px1:checked ~ div {
  font-size: 1em;
}
#px2:checked ~ div {
  font-size: 2em;
}
#px3:checked ~ div {
  font-size: 3em;
}
#px4:checked ~ div {
  font-size: 4em;
}
#px5:checked ~ div {
  font-size: 5em;
}
#px6:checked ~ div {
  font-size: 6em;
}
/* * COLOR */
#color1:checked ~ div {
  background-color: #fff;
  color: #000;
}
#color2:checked ~ div {
  background-color: #6c5eb5;
  color: #352879;
}
#color3:checked ~ div {
  background-color: #9a6759;
  color: #68372b;
}
#color4:checked ~ div {
  background-color: #959595;
  color: #444;
}
ul {
  list-style-type: square;
  padding-left: 2em;
}
li {
  margin-bottom: 1em;
}
input:checked ~ input:checked ~ div#browser-support {
  font-size: 2em;
  width: 30em;
  background-color: #433900;
  color: #9ad284;
}
