body {
  background-color: #1a1a1a;
  padding: 0;
  margin: 0;
}

.image {
  position: absolute;
  top: 20px;
  left: 20px;
}

.bg-lt {
  position: absolute;
  top: 0;
  left: 0;
}

.bg-rb {
  position: absolute;
  bottom: 0;
  right: 0;
}

.container {
  position: relative;
  height: 100vh;
  width: 100vw;
  background-image: url(bg-lt.png), url(bg-rb.png);
  background-position: 0 0, 100% 100%;
  background-repeat: no-repeat;
  background-color: #000;
}

.content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.content h1 {
  font-size: 18px;
  line-height: 1.5;
}