@media screen and (min-width: 992px) {
  .body {
    margin-top: 10px; }

  .card .card-image img.activator1 {
    height: 15vw; } }
@media screen and (max-width: 992px) {
  .card .card-image img.activator1 {
    height: 22.5vw; } }
@media screen and (max-width: 600px) {
  .card .card-image img.activator1 {
    height: 35vw !important; } }
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

footer {
  flex: 1 0 auto; }

.card .material-icons img {
  height: 30px;
  margin: 10px 0 0 0; }

/*# sourceMappingURL=table.css.map */
