.page401 {
  width: 100vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding-top: 21vh;
  align-items: center;
  padding-inline: 12%;
  box-sizing: border-box;
  main{

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
  }
  
}
.page401::after {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #a600ff 0%, #db00e6 50%, #a600ff 100%);
}
