header {
  font-family: "Lobster", cursive;
  text-align: center;
  font-size: 25px;
}

#info {
  font-size: 18px;
  color: #555;
  text-align: center;
  /* margin-bottom: 25px; */
}

a {
  color: #074e8c;
}

.scrollbar {
  float: left;
  height: 180px;
  width: 100%;
  overflow-y: scroll;
}

.force-overflow {
  min-height: 450px;
  padding-right: 3%;
}

#wrapper {
  text-align: center;
  width: 500px;
  margin: auto;
}

/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #342803;
  background-color: #7e7ea800;
  border-radius: 10px;
}

#style-7::-webkit-scrollbar {
  width: 7px;
  /* background-color: #575b7f; */
}

#style-7::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #e1bcfa;
}
