html {
  height: 100%;
}
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: black;
  color:white;
}

.bg-vm{
  background-color: skyblue;
  color: black;


}

#eeeeee{
  margin-bottom:130px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#piedPage {
  font-size: 14px;
  text-align: center;
  display: inline-block;
}


#content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align:center;
}

.card {
  flex: 1 1 400px; /*  Stretching: */
  flex: 0 1 400px; /*  No stretching: */
  margin: 15px 5px;
  font-size: 1rem;
  text-align: center;
  margin:10px;
  background-color: black;
}

.contentImage{
  width:100%;
  height:260px;
}
.card img{
  max-height:260px;
  width: auto;
}

.card789789{
  padding-top: 10px;
  display:block;
}
