
.icon {
  height:100px;
    margin: 4px;
  border:solid 2px #559aff;
  border-radius:4px;
  box-shadow:0 0 8px #0384fc, 0 0 4px blue, 0 0 1px white;
  transition:.2s;
  
}
.icon:hover{
  filter: brightness(120%);
  box-shadow:0 0 18px #0384fc, 0 0 10px blue, 0 0 8px white ; 
  transform: scale(1.05);
  border:solid 2px #dbf0ff;
}

aside{
  width:100px;
}
