body {
  background-color: #E5E7E9;
}

.sidebar {
  background-color: black;
  min-width: 200px;
  max-width: 200px;
  transition: all 0.2s;
}

.content {
  min-height: 100vh;
  width: 100%;
}

.header-box  h1 > .name {
  font-size: 12px;
  text-transform: uppercase;
}

.a {
  color: white;
}

.a:hover {
  color: aqua;
  font-weight: 400;
}

.a:active {
  color: crimson;
}

.h-color {
  color: white;
}

.navbar-brand {

  align-items: center;
}