

body {
  background-color: #D6FFF2;
  font-family: Papyrus;
  font-size: 30px;
  linear grad

  margin: auto;
}

header {
  text-align: center;
  color: rgba(90, 147, 148);
}
nav {
  text-align: center;
  padding: 50px;
}

ol

li

h1 {
  text-align: center;

}

h2 {
  color:rgba(90, 147, 148);
  font-weight: 1200;


}

p {

  font-size: 2rem;
  font-weight: 80px;


  opacity: 0;
  transform: translateX(-120px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* 进入视口时 */
p.visible {
  opacity: 1;
  transform: translateX(0);
}


img {
  padding: 50px;

}



@font-face {

font-family: fantasy;
src: url(tox-typewriter.woff);

}
