body {
  padding: 50px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  color: #00B7FF;
}

.negative {
  color: #dc0000;
}

.positive {
  color: #0adc00;
}

.nav-toggle:hover {
    background-color: #0563ca !important;
}

h1 {
  font-size: 1.6rem !important;
  color: #363636 !important;
  font-weight: 600 !important;
}

h2 {
  font-size: 1.4rem !important;
}
.button.is-primary {
  background-color: #F038FF !important;
}

.converter-currency {
  display: block;
  font-size: 18px;
  color: #363636 !important;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 0.2rem;
  padding-left: 0.2rem;
}

.nav .menu-custom-item {
  padding-top: 0.8rem;
  padding-left: 1rem;
  color: white;
  font-weight: 600;
}