* {
  cursor:default;
}

#coming-soon {
  position: absolute;
  right: 10%;
  top: 25%;
  display: none;
}

#footer {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: rgba(255,255,255,0.3);
  transition: .5s color;
}

#footer:hover {
  color: white;
}