#intro-Phrolova {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
}

#Phrolova {
  color: #fff;
  font-family: monospace;
  font-size: 2em;
  white-space: pre;
  overflow: hidden;
}
