html {
  background: #3273dc;
  color: #fff;
}

.navbar.is-info {
  background: #3273dc;
  color: #fff;
}

.white {
  color: #fff;
}

.subtitle strong {
  color: #fff;
}

.button.is-primary.is-inverted.is-outlined:hover {
  color: #3273dc;
}

.unit-btn {
  width: 100%;
}

.panda-control input, .panda-control input:hover,  .panda-control input:focus {
  background: #3273dc;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  border-left:none;
  border-right:none;
  border-top:none;
  box-shadow: none;
}

.footer {
  background: #3273dc;
  color: #fff;
}

.half-table {
  width: 50%;
}

.second-section {
  background: #118fe4;
}

.is-v-large {
  font-size: 3rem;
}
