.normal_opacity {
  opacity: 1;
  transition: opacity 1s;
}

.fade_opacity {
  opacity: 0.5;
}
