body {
   color: #cccccc;
   background-image: url("1140.jpg");
   background-color: #222222;
   background-size: cover;
   margin-left: 0px;
   margin-right: 0px;
   padding-left: 0px;
   padding-right: 0px;
}
button {
   font-weight: bold;
   font-size: 24pt;
   font-family: Verdana, sans-serif;
}
.diceroll {
   top: 0px;
   left: 0px;
   font-weight: bold;
   font-family: Verdana, sans-serif;
   color: dodgerblue;
   position: fixed;
   z-index: 1000;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
}
.diceroll img {
   width: 100%;
}
.clickable {
   cursor: pointer;
}
.cardcount {
   top: 0px;
   left: 0px;
   font-weight: bold;
   font-family: Verdana, sans-serif;
   color: yellow;
   position: fixed;
   z-index: 1000;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
}
.resetting {
   color: red;
}
.graphics {
   width: 95vw;
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: flex-start;
   gap: 5px;
}
.padright {
   margin-right: 1.0em;
}
.header {
   margin-top: 1.5em;
   margin-bottom: 0.5em;
}
.mana {
   width: 15vw;
   height: 90vh;
}
.manaimg {
   width: 95%;
}
.cards {
   height: 90vh;
   width: 70vw;
}
.cardimg_single {
   height: 100%;
   width: auto;
}
.cardimg_double {
   width: 47%;
   height: auto;
}
.hidden {
   display: none;
}
