.card{
  width: 800px;
  margin: auto;
}

.card h2{
  margin: 0 0 6px 0;
  text-align: center;
}

.card .twibbon{
  width: 800px;
  height: 800px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

img#twibbon{
  width: 100%;
}

img#photo{
  z-index: -1;
  position: absolute;
}

.card a{
  display: block;
  text-align: center;
}
