header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px 0;
}

.logo {
  font-size: 1.5rem;
  font-weight: 640;
}

nav {
  display: flex;
  gap: 15px;
}

nav a {
  color: #f0f6fc;
  text-decoration: none;
  font-size: 1rem;
}

nav a:hover {
  text-decoration: underline;
}