#container {
  position: fixed;
  width: 100%;
  transition: 1s;
}

#container:hover {
  position: fixed;
}

html {
  transition: 1s;
}

#information {
  width: 100%;
  max-width: calc(100vh*4/3);
  height: 100%;
  position: fixed;
  filter: brightness(90%);
  top: 100%;
  transition: 1s;
  left: calc(-50vw + 50%);
  right: calc(-50vw + 50%);
  margin-left: auto;
  margin-right: auto;
}

#i {
  display: none;
  position: relative;
  font-family: Tahoma, sans-serif;
  font-size: 200%;
  color: #6b4e3d;
  font-weight: bold;
  letter-spacing: -2px;
}

#i span {
  font-family: "Courier New", monospace;
  color: #ccc;
  letter-spacing: 0;
  top: 15px;
}
