.page-container1 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.page-text1 {
  top: 39px;
  right: -14px;
  width: 1111px;
  height: 62px;
  position: absolute;
  font-size: 64px;
}
 
.page-separator {
  top: 152px;
  left: -12px;
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #595959;
}
 
.page-text2 {
  font-size: 48px;
}
 
.page-text3 {
  font-size: 64px;
}
 
.page-text4 {
  font-size: 64px;
}
 
.page-text5 {
  font-size: 64px;
}
 
.page-text6 {
  font-size: 64px;
}
 
.page-text7 {
  font-size: 48px;
}
 
.page-link {
  display: contents;
}
 
.page-container2 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.page-icon1 {
  width: 24px;
  margin-right: 4px;
}
 
.page-text8 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
