body {
  background-color: #e5e9f2 !important;
}
.content {
    padding: 0;
    position: relative;
    padding-bottom: 15px;
    background: #fff;
    margin-top: .6rem;
    height: 100%;
    margin-bottom: 0.8rem;
}
img {
  mix-blend-mode: darken;
}
.exam-card {
  padding: 8px;
  min-height: 5rem;
  font-size: 22px;
  font-weight: 600;
  margin: 6px 0;
  border: 1px solid #a8f1ff;
  border-radius: 5px;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
  text-align: center;
  background: #ecfcff;
  color: #1a0dab;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.btn-info {
  background-color: #248aaa !important;
  color: #e5e9f2 !important;
}
.exam-card:hover {
  border: 1px solid rgb(201 190 190);
  background: #eee;
}
.exam-card span {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 425px) {

  .exam-card span {
    font-weight: 400;
  }
  .exam-card {
    min-height: 4rem;
  }
}