.header {
  padding: 2rem 0;
}

.header .container {
  display: flex;
  justify-content: space-between; 
  align-items: center;
}

.logo {
  height: 50px;
  width: auto;
  display: block;
}

.header a{
  font-size: 1.125rem;
  font-weight: 500;
  transition: color 0.3s ease;
}

.header a:hover {
  color: #5265f6;
}