.updates2 {
  display:flex;
  flex-direction:column;
  position:absolute;
  justify-content:center;
  align-items:center;
  background: #fce48b;
  background: radial-gradient(circle,rgba(252, 228, 139, 0.5) 7%, rgba(99, 211, 255, 0.5) 51%);
  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: 2px solid #63D3FF;
  border-radius: 7px;
}
.updates2::-webkit-scrollbar-track {
  background:#63D3FF;
  border-radius: 10px; 
}
.updates2::-webkit-scrollbar {
  width: 1px;
  height:5px
}
.updates2::-webkit-scrollbar-thumb {
  background:#63D3FF;
  border-radius: 10px;
}
.updates2 p, .updates2 h2 {
  color: #e6f5f7;
  margin: 4px 0;
  line-height: 1.2;
}
.updates2 h2 {
  margin-top:200px;
  font-family:"pixel2";
  font-size:14px;
}