@import url("https://fonts.googleapis.com/css?family=Montserrat");
body {
  font-family: "Montserrat", Arial, sans-serif;
}

code {
  background-color: aliceblue;
  padding: 30px;
  display: block;
  font-size: 18px;
}

.note {
  background-color: lavenderblush;
  color: darkred;
  padding: 5px 30px;
  margin-bottom: 20px;
}

.container {
  margin: auto;
}
@media (min-width: 768px) {
  .container {
    width: 640px;
  }
}

.container--wide {
  width: auto !important;
}

.customEvents__table tr {
  border: 1px solid #c9c9c9;
}

.customEvents__table th:not(:last-child),
.customEvents__table td:not(:last-child) {
  border-right: 1px solid #c9c9c9;
  padding: 0.25rem;
}

.customEvents__table th:nth-child(1) {
  width: 8rem;
}

.tag,
.jsString {
  color: brown;
}

.tagClosingOpening,
.jsDeclaration,
.jsNull,
.jsFunction {
  color: blue;
}

.tagAttribute,
.jsNumber {
  color: red;
}

code {
  overflow: hidden;
  text-overflow: ellipsis;
}

.jsComment {
  color: green;
}

.py-5 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.mb-1 {
  margin-bottom: 5px;
}

.mb-3 {
  margin-bottom: 10px;
}

.mb-5 {
  margin-bottom: 15px;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.hidden {
  display: none;
}

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