* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-size: 0;
}

@font-face {
  font-family: MarckScript;
  src: url(../add/fonts/MarckScript-Regular.ttf);
}
.main-wrapper .wrapper-1 {
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(to right bottom, white, aquamarine);
  position: absolute;
  z-index: 1;
}
.main-wrapper .wrapper-2 {
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(to left top, white, #5AB9EA);
  position: absolute;
  z-index: 2;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.line {
  min-height: 100vh;
  width: 100%;
  background-color: white;
  position: absolute;
  z-index: 3;
  clip-path: polygon(0 100vh, 0 calc(100vh - 20px), calc(100% - 20px) 0, 100% 0, 100% 20px, 20px 100vh);
}

.same {
  position: absolute;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  min-height: 100vh;
  font-size: 100px;
}

a {
  font-size: 150px;
  position: absolute;
  z-index: 100;
  width: 500px;
  text-decoration: none;
  color: darkred;
}

.first-a {
  top: 0;
  left: 0;
  padding: 50px 0 0 50px;
}

.second-a {
  bottom: 0;
  right: 0;
  text-align: end;
  padding: 0 50px 50px 0;
}

/*# sourceMappingURL=style.css.map */
