/* Add here all your CSS customizations */
/*
.card-content {
    padding: 16px;
}
.card {
    height: 350px;
    width: 350px;
}
body {
    margin: 0;
}
.hero {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 360px;
    padding: 24px;
    background-color: #f2f2f2;
}
*/