.updates {
  display:flex;
  flex-direction:column;
  position:absolute;
  justify-content:flex-start;
  background: #9feff5;
  background: linear-gradient(60deg,rgba(159, 239, 245, 1) 7%, rgba(126, 178, 230, 1) 79%);
  background-size:cover;
  overflow-y:auto;
  height:200px;
  width:190px;
  text-align:left;
  font-size: 10px;
  font-family: "pixel2";
  padding:5px;
  margin-top:5px;
  border: 5px outset #65adf0;
  border-radius: 7px;
}
.updates::-webkit-scrollbar-track {
  background:white;
  border-radius: 10px; 
}
.updates::-webkit-scrollbar {
  width: 7px;
  height:10px
}
.updates::-webkit-scrollbar-thumb {
  background:white;
  border-radius: 10px;
}
.updates p, h2 {
  color: #4146D1;
  margin: 4px 0;
  line-height: 1.2;
}
.updates h2 {
  margin-top:1px;
  font-family:"pixel2";
  font-size:14px;
}