body {
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  display: inline-block;
  text-decoration: none;
  max-width: 360px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: black;
  padding: 0.4vw 0.8vw;
  border-radius: 2px;
  box-shadow: inset 1px 0 4px 0 rgba(0, 0, 0, 0.2);
}

a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

dl {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

dt {
  padding: 0.2vw 0.6vw;
}