a:hover {
  color:#6c40ad;
}

img:hover{
  transform:none;
}

.blinkies{
  grid-row: 3 / 6;
  grid-column: 2 / 4;
  overflow:scroll;
  position:relative; 
  backdrop-filter: blur(10px);
  padding:10px 0 0 0;
  border-radius: 0 0 20px 0;
  box-shadow: 15px 5px 30px 0 rgba(31, 38, 135, .7);
}

.blinkiescontent{
  width:100%;
}

.nav{
  grid-row: 3 / 6;
}

::-webkit-scrollbar {
  height:3px;
  width: 3px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #7e34a3;
}

::-webkit-scrollbar-thumb:hover {
  background: #7e34a3;
} 


