* {
  box-sizing: border-box;
}
body {
  font-size: 14px;
  color: #333D3E;
  background: rgba(250,246,241,1);
  padding: 0;
  margin: 0;
}


.page-body{
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100vh;
  width: 100vw;
  position: relative;
}

.back-image {
  width: 800px;
  height: 567px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100vw;
  height: auto;
}

.line {
  border-left: 5px solid #333D3E;
  height: 106px;
}

.title-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 64px 0;
}

.v1_4 {
  font-family: Inter;
  font-weight: 200;
  font-size: 48px;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
}
.v1_14 {
  font-family: Inter;
  font-weight: 500;
  font-size: 128px;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 28px;
}
.v1_15 {
  font-family: Inter;
  font-style: italic;
  font-size: 128px;
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
}
.v1_16{
  letter-spacing: -40px;
}
