<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: Termina, sans-serif;
}

* {
  box-sizing: border-box;
}

h1 {
  font-weight: 800;
  margin: 2rem 0;
  font-size: 4vw;
  text-align: center;
  color: white;
  z-index: 7;
  position: relative;
}

section {
  padding: 5vw 10vw;
  min-height: 100vh;
  background: #ebe2cf;
  overflow: visible;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.column {
  flex: 1;
  position: relative;
  max-width: 600px;
  margin: auto;
}

.credit {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 2rem;
  left: 0;
}
.credit a {
  color: #222;
}

.behind {
  position: absolute;
  left: 10%;
  top: 10%;
  z-index: 0;
  height: 70vh;
  width: 90%;
}

.front {
  z-index: 3;
  position: relative;
  padding-right: 2rem;
}

.front img {
  width: 90%;
  height: 70vh;
  max-height: 80vh;
  object-fit: cover;
  border-radius: 2000px 2000px 0 0;
}</pre></body></html>