body{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  flex-direction: column;
}

img{
  width: 500px;
  border-radius: 8px;
  transition: .3s;
}
