body,
html,
#site {
  height: 100%;
}

body {
  background-color: rgba(240, 246, 253, 1);
  font-family: 'Ubuntu', sans-serif;
}

.nav-bg {
  background-color: white;
}

.navbar-toggler:focus {
  outline: none;
}
