body {
  /* font-family: "Comic Sans MS", cursive, sans-serif; */
  font-family: "Courier New", Courier, monospace;
  line-height: 34px;
  color: black;
}

* {
  box-sizing: border-box;
}
nav .brand-logo.right {
    padding: 0;
    margin-right: 75px;
}

#page-background {
  position:fixed; 
  top:0;
  left:0; 
  width:100%; 
  height:100%;
  z-index: -99;
}

.card {
  position: relative;
  margin: .5rem 0 1rem 0;
  background-color: #fff;
  height: 100%;
  border-radius: 2px;
  width: 130px;
}

.card .card-content {
  padding: 0px;
}

.card .card-image img {
  position: relative;
  min-height: 200px;
  height: auto;
  width: 130px;
  margin: 0px 0px 0px 0px;
}

.row {
  height: 100%;
  margin: 0px 0px 0px 0px;
}
