img {
  border-radius: 50%;
}
img:hover {
  transform: scale(5);
  transition: all .25s;
}
body {
  font-family: 'Raleway';
}
h1 {
  font-size: 5em;
}
