body {
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: "Times New Roman", serif;
}

.scene {
  perspective: 1000px;
}

.card {
  width: 810px;
  height: 472.5px;
  transform-style: preserve-3d;

}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.6s cubic-bezier(0.4, 2, 0.6, 1);
  will-change: transform;
}

.card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  background: #f8f6f2;
  background-image: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.13);
  backface-visibility: hidden;
  text-shadow:
    2.5px 2.5px 0 #c8c6bc,
    1.5px 1.5px 0 #e6e4de,
    0px 3px 6px #bdbbb3;
}

.card-face.golden-effect {
  box-shadow: 0 0 32px 8px #ffd700, 0 20px 40px rgba(0,0,0,0.13);
  border: 1px solid #000;
}

  a:visited, a:link, a:active
{
  text-decoration: none;;
  color: #000;
}

/* Only scale links, not the card, on hover/active */
a, #paul-allen-message a {
  transition: transform 0.18s cubic-bezier(0.4, 2, 0.6, 1);
  display: inline-block;
}
a:hover, #paul-allen-message a:hover {
  transform: scale(1.04);
  z-index: 1001;
}
a:active, #paul-allen-message a:active {
  transform: scale(1.09);
}

.card-back {
  transform: rotateY(180deg);
}
.back-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  font-size: 21px;
  text-shadow:
    2.5px 2.5px 0 #c8c6bc,
    1.5px 1.5px 0 #e6e4de,
    0px 3px 6px #bdbbb3;
}

.top-left, .top-right {
  font-size: 19.5px;
  text-shadow:
    2.5px 2.5px 0 #c8c6bc,
    1.5px 1.5px 0 #e6e4de,
    0px 3px 6px #bdbbb3;
}

.bottom {
  font-size: 15px;
  text-shadow:
    2.5px 2.5px 0 #c8c6bc,
    1.5px 1.5px 0 #e6e4de,
    0px 3px 6px #bdbbb3;
}

.top-left {
  position: absolute;
  top: 45px;
  left: 30px;
  text-align: left;
}

.top-right {
  position: absolute;
  top: 37.5px;
  right: 30px;
  text-align: right;
}

.company-name {
  font-size: 22.5px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow:
    2.5px 2.5px 0 #c8c6bc,
    1.5px 1.5px 0 #e6e4de,
    0px 3px 6px #bdbbb3;
}

.tagline {
  font-size: 22.5px;
  letter-spacing: 2px;
  text-shadow:
    2.5px 2.5px 0 #c8c6bc,
    1.5px 1.5px 0 #e6e4de,
    0px 3px 6px #bdbbb3;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.center .first-name {
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow:
    2.5px 2.5px 0 #c8c6bc,
    1.5px 1.5px 0 #e6e4de,
    0px 3px 6px #bdbbb3;
}

.center .last-name {
  font-size: 27px;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow:
    2.5px 2.5px 0 #c8c6bc,
    1.5px 1.5px 0 #e6e4de,
    0px 3px 6px #bdbbb3;
}

.title {
  margin-top: 2px;
  font-size: 18px;
  text-transform: uppercase;
  text-shadow:
    2.5px 2.5px 0 #c8c6bc,
    1.5px 1.5px 0 #e6e4de,
    0px 3px 6px #bdbbb3;
}

.bottom {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow:
    2.5px 2.5px 0 #c8c6bc,
    1.5px 1.5px 0 #e6e4de,
    0px 3px 6px #bdbbb3;
}

.pa-bottom-left {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: grey;
  font-size: 1rem;
  z-index: 1000;
  font-family: 'Times New Roman', serif;
  opacity: 0.85;
}
