svg circle, h1 {
  transition: all .2s;
} 
body {
  padding: 2em 0px;
  background-color: black;
  text-align: center;
}
svg circle {
  box-shadow: 0px 0px 10px white;
}