*{
  box-sizing: border-box;
  margin: 2px;
  padding: 10px;
  
}

body{
  background-color: rgb(0, 0, 0);
}

.box{
  background-color: rgba(228, 228, 228, 0.326);
  margin-bottom:30px
}

h4{
  text-align: center;
  color: white
}

p{
  text-align: center;
  color: white;
}

::-webkit-scrollbar{
  background: transparent;
  width: 12px;
}
::-webkit-scrollbar-thumb{
  background: linear-gradient(#07aeea,
  #2af3dd,
  #2bf598);
  border-radius: 100px;
  min-height: 30px;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(
  #c400f7,
  #24004d,
  #c00090
);
}
