body {
  font-family: sans-serif;
  background-color: blanchedalmond;
}


.hiding {
  opacity: 0;
}

.shown {
    opacity: 1;
}