.links-widget {
  /*
  width: 360px;
  border: 2px solid black;
  border-radius: 12px;
  */
  padding: 14px;
  background: white;
}

.links-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.links-line {
  border-top: 1px solid black;
  margin: 10px 0;
}

.links-item {
  font-family: Prata, "Courier New", monospace;
  font-size: 18px;
  margin: 10px 0 20px 0;
}

.links-item a {
  color: black;
  text-decoration: none;
}

.links-item a:hover {
  text-decoration: underline;
}
