#nav {
  height: 50px !important; }

.navbar-default {
  background-color: transparent;
  border: none; }

.navbar-nav {
  background-color: #fff; }

.navbar-brand {
  color: #fff !important; }

.navbar-fixed-bottom {
  box-shadow: 0px -5px 5px #393939; }

.no-padding {
  padding: 0px; }

.centered {
  text-align: center; }

body {
  height: 100vh;
  background: linear-gradient(#408ff0, #7531da);
  color: #fff; }

button {
  background-color: #8820d8;
  border: none; }
