input[value=color]:not(:checked) ~ input[name=colorValue] {
  display: none;
}
input[value=size]:not(:checked) ~ input[name=sizeValue] {
  display: none;
}

.github {
  position: fixed;
  bottom: 0;
}