body {
  font-family: Arial, Helvetica, sans-serif;
}
.outer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.wrapper {
  display: flex;
  flex-direction: column;

  align-items: center;
}
.image {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.contact {
  line-height: 40px;
}
