body{
  background-color: #eeeeee;
}

.page{
  margin-top: 0em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: grid;

}
.pagetop{
  width: 100%;
  border: 1px solid black
  color: white;
  height: 5em;
}

.pageFooter{
  width: 100%;
  background-color: black;
  color: white;
}

.cardContainer{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card{
  border: 1px solid black;
  height: 120mm;
  width: 70mm;
  margin: 0em 1em 2em 1em;
  display: grid;
  grid-template-rows: 90mm auto ;
  box-shadow:6px 6px 3px lightgrey;
}

.contText{
  background-color: #DED7D3;
}

.contImage{
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: grey;
}

h1{
  font-family: sans-serif;
}
h2{
  font-family: sans-serif;
}

img {
    max-width: 100%;
    max-height: 100%;
