/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  line-height: 40px; /* Make the masthead heading the same height as the navigation */
  color: black;
}

.msg {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: transparent;
}

.navbar-brand {
  display: flex;
  align-items: center;
}
