.mk-change-page {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 24px;
  background: #faf9f7;
  color: #1f2328;
  font: 400 17px/1.6 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  text-align: center;
}

.mk-change-page p {
  margin: 0 0 18px;
  color: #5b6470;
}

.mk-change-page a {
  color: #7a5a1a;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.mk-change-page a:hover {
  color: #6a4d15;
}
