#head {
  display: flex;
  align-items: center;
}

#header {
  height: 50px;
  background: #10284edf;
  color: #fff;
}

#branding h1 {
  color: #eaeaf4;
  font-weight: bold;
}

a:link,
a:visited {
  color: white;
}

div.breadcrumbs {
  color: white;
  font-size: 0.7rem;
}

.button,
input[type="submit"],
input[type="button"],
.submit-row input,
a.button {
  background: #10284ed4;
  color: #fff;
}

.deletelink {
  max-width: max-content;
}

#logout-form {
  margin-top: 0.5rem;
}
