#wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#wrap > img {
  width: 20rem;
  margin-bottom: 20rem;
}
#wrap > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  padding: 1.5rem;
  font-size: 2rem;
  color: #fff;
  background: #4c3ce8;
  border-radius: .8rem;
}
#wrap > a img {
  width: .9rem;
  margin-left: 1.2rem;
}