header {
  color: rgb(151, 213, 255);
  text-align: center;
}

body {
  background-color: rgb(2, 65, 2);
}

.new-item {
  color: rgb(151, 213, 255);
}

.myButton {
  background-color: rgba(146, 71, 24, 0.751);
}

.service-card {
  perspective: 900px;
}
.service-card .card {
  background-color: rgba(146, 71, 24, 0.751);
  color: rgb(151, 213, 255);
  box-shadow: 0 10px 10px rgb(0, 0, 0);
  text-align: center;
}
.service-card .card .card-body {
  margin: 1;
}

.col-md-4:hover {
  z-index: 10000;
}

footer {
  color: rgb(151, 213, 255);
  text-align: center;
}

@media (max-width: 1000px) {
  body {
    background-color: rgb(2, 65, 2);
  }
}
@media (max-width: 650px) {
  body {
    background-color: rgb(2, 65, 2);
  }
}/*# sourceMappingURL=styles.css.map */