body {
  margin: 0;
  padding: 20px;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  color: #000;
  background: #fff;
}

.header {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.header a {
  color: inherit;
  text-decoration: none;
}

.header a:hover {
  text-decoration: underline;
}