/*
body {
  background-image: url("https://tryst.dreamhosters.com/Collection/Scans/magic-power-cards.jpg");
  background-repeat: repeat;
}
*/
#container {
   background-color: #ffffff;
}
   
* {
  box-sizing: border-box;
}

/* Create two unequal columns that float next to each other */
.column {
  float: left;
  padding: 2px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.cardimage {
  height: 234px;
  width: auto;
}

