html, body {
  background: #fafafa;
}

.section {
    padding:1.5rem 1.5rem;
}

.card, .box, .panel {
  box-shadow: none;
  border: 0.3px solid #dedede;
}

p {
    font-size: 1.15em;
}

.card-header {
    box-shadow: none;
    border-bottom: 0.3px solid #dedede;
}