/* Header / Logo */
header {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-black);
  position: relative;
  z-index: 10;
  animation: fadeIn 1.4s ease-out 0.2s both;
}

.logo {
  height: 50px;
  width: auto;
}
