#sidebar {
  float: right;
  width: 17.6vw;
  margin-left: 16px;
}
#sidebar .area {
  border-radius: 10px;
  overflow: hidden;
  background: #3d3d3d;
  margin: 16px 12px 0 0;
  padding-bottom: 6px;
}
#sidebar .area .title {
  background: #3c3e7f;
  color: white;
  font-weight: 700;
  text-align: center;
  padding: 4px;
}
#sidebar .area .title a {
  color: white;
  text-decoration: none;
}
#sidebar .buttonlink {
  color: black;
  text-decoration: none;
  padding: 6px;
  background: #E6E6E6;
  display: block;
  text-align: center;
  margin: 6px;
}