.header{
  max-width: 1024px;
  display: flex;
}

.logo{
  height: 40px;
  width: 130px;
}

.navbar{
  backdrop-filter: blur(5px);
}

