html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

footer {
  margin-top: auto;
}

nav {
  background-color: #1c1f24;
}

.logo-container {
  display: flex;
  align-items: center;
  color: white;
}

.separator-vertical {
  border-left: 2px solid #ffffff;
  height: 30px;
  margin: 0 10px;
}

.logo-navbar {
  width: 40px;
  height: auto;
  filter: invert(1);
}