/* DESKTOP css */

.desktop-display { display: block; }
.phone-display { display: none; }

body{margin-left:auto;margin-right:auto;max-width:60%;}
#banner_text{font-size:10vh;}
.popup{
  margin-left:auto;margin-right:auto; /* centered */
  width: 80%;
  max-height:100%;
  overflow:auto;
}
.card_deck_text{
  position:absolute;
  left:0; top:0;
  width:100%;
  aspect-ratio:2/3;
  background:var(--box-bg);
  color:var(--box-ink);
  border:solid 1px var(--notepaper-bg);
  border-radius:10px;
  text-align:center;
}
#card_deck_backs{
  margin-top:1em; display:flex; justify-content:center;
}
.card_deck_category{
  margin-top:1em; display:flex; justify-content:center;
}
.card_deck_row{
  display:none;
}
.card_deck_text h1{ font-size: 120%; }

.fingerprint_popup_lineup{
  display:flex;flex-direction:row;flex-wrap:wrap;
}
