#main {
  font-size: 1.5rem;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;

  display: flex;
  align-items: baseline;
  justify-content: center;
}

#fact {
  width: 70%;
  margin-top: 10vw;
  transform: scale(1.2);
}
