body {
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}

img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  
}