body {
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", system-ui,
    sans-serif;
  margin: 0;
  padding: 1rem;
  box-sizing: border-box;
}

#tools-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
}

a {
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}

.item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.item h2 {
  margin: 0;
  font-size: calc(100vw / 1920 * 120);
}

.item h2:hover {
  background-color: #0b5bd3;
  color: #fff;
}
