* {
  box-sizing: border-box;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  margin: 0;
  color: #f5f5f5;
  background: #202020;
  font-family: sans-serif;
}

.page-shell {
  flex: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 24px 0;
}

a {
  color: #8ab4f8;
}

.tool-footer {
  width: 100%;
  margin-top: 40px;
  color: #b8b8b8;
  background: #000;
  font-size: 14px;
}

.tool-footer-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 8px 24px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 24px;
}

.tool-footer-item {
  display: inline-flex;
  gap: 0.35em;
  align-items: center;
  white-space: nowrap;
}

.tool-footer a {
  color: inherit;
}
