body{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image{
  margin: 1rem;
  padding: 1rem;
}
