@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

body {
  background-color: #e52e40;
  /* background: rgb(229,46,64);
background: linear-gradient(150deg, rgba(229,46,64,1) 35%, rgba(255,72,90,1) 100%); */
  font-family: 'Roboto', sans-serif;
}

@media (min-width: 576px) {
  .h-sm-100 {
    height: 100%;
  }

  html,
  body {
    height: 100%;
  }
}

.card {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  font-weight: 400;
  border: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card .card-body h1,
.card .card-body h2,
.card .card-body h3,
.card .card-body h4,
.card .card-body h5,
.card .card-body h6 {
  font-weight: 400;
}

.red {
  background-color: #f44336;
}

.emoji {
  color: #FFC107;
  font-size: 1.2em;
}

.item {
  border: 1px solid rgba(0, 0, 0, .12);
  background: #9575CD;
}