/*
 * eli.gift
 * Author: Jeffrey Epstein
 * Date: 01/18/2025
 * License: ISC
 * Copyright (c) 2025 The Jeffrey Epstein VI Foundation
 */

body {
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

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

#card {
  font-family: whitespace;
  position: relative;
  z-index: 1;
}

#card img {
  user-select: none;
}
