body {
  font-family: "Montserrat", sans-serif;
  background-image: url('/assets/img/bg.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.card {
  margin: 4rem 0;
}

.card .card-body img {
  height: 60px;
  width: 60px;
}

.card h5,
.card p {
  margin-bottom: 0;
}

.alamat {
  font-size: 0.8em;
}

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