/* ICON BORDER */
div.icon{
  text-align: center;
  justify-self: center;
  padding: 5%;
  border-color: rgba(0, 0, 0, 0.007);
  border-radius: 30%;
  box-shadow: 2px 2px 5px;
  aspect-ratio: 1/1;
  margin: 5px;
}