html {
  background: #f3f3f3;
}
.year {
  font-size: 12px;
  color: #333;
}
.line {
  margin: 20px 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
.toolsTitle {
  margin-bottom: 5px;
  font-size: 14px;
}
a {
  font-size: 12px;
  text-decoration: none;
  color: #1685a9;
  transition: all 0.15s linear;
}
a:hover {
  color: #48c0a3;
}
