body {
  background: #162C40;
  color: #D94E5A;
  font-family: "VT323";
}

h1 {
  font-size: 60px;
  font-weight: bold;
}

.btnPetrol {
  background: #D94E5A;
  width: 200px;
}

.btnPetrol:hover {
  background: #1298B3;
}

.btnPetrol:hover a {
  color: #ffffff;
}

a {
  color: #162C40;
  text-decoration: none;
  font-size: 24px;
}

a:hover {
  color: #ffffff;
}

.navbar-sb:hover {
  color: #1298B3 !important;
}

.pure-tree {
  text-align: left;
  display: block;
}
.pure-tree a {
  color: #D94E5A;
}

.pure-tree.main-tree {
  display: inline-block;
}

.pure-tree:not(.main-tree) {
  padding-left: 1.2em;
}

.pure-tree:not(.main-tree) li {
  overflow: hidden;
  height: 0;
  display: block;
}

.pure-tree label {
  display: block;
  cursor: pointer;
  color: #717780;
  border-top: 1px dashed #B0B9C5;
  border-bottom: 1px dashed #B0B9C5;
  padding: 1.125em 1.125em 1.125em 0;
}

.pure-tree label:before {
  width: 1em;
  height: 1em;
  line-height: 1em;
  display: inline-block;
  font-family: "FontAwesome", sans-serif;
  content: "\f114";
  padding-right: 0.75em;
}

.pure-tree label:hover {
  color: #434a58;
  border-bottom-color: #434a58;
}

.pure-tree .pure-tree_link a {
  padding: 1.5em 1.125em 0.75em 0;
  display: block;
  border-radius: 0.2em;
  color: #717780;
  text-decoration: none;
}

.pure-tree .pure-tree_link a:hover {
  color: #434a58;
}

.pure-tree.nested {
  padding-left: 1.7em;
}

.pure-tree [type=checkbox] {
  display: none;
}

.pure-tree [type=checkbox]:checked + label {
  color: #434a58;
  border-bottom-color: #434a58;
}

.pure-tree [type=checkbox]:checked ~ ul > li {
  height: auto;
}

.red {
  color: #D94E5A;
}

.white {
  color: #ffffff;
}
