*{
  font-size: 0;
  margin: 0;
  padding: 0;
}
.fullPage{
  display: inline-block;
  width: 100vw;
  height: 100vh;
}
.fullPage .part{
  font-size: 14px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 100vh;
}
.fullPage .part.one{
  background: url('./1.png')no-repeat center center;
  background-size: cover;
}

.fullPage .part .link{
   position: absolute;
   text-align: center;
   bottom: 53px;
   font-size: 14px;
   color: #ffffff;
   left: 0;
   right: 0;
   margin:auto;
}
.fullPage .part .link>a{
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
}
