body.page-template-unsubscribe {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-template-unsubscribe .wrapper-outer {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.v-unsubscribe {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

.v-unsubscribe-illustration {
  width: 160px;
  height: auto;
  margin-bottom: 2rem;
}
