html,
body {
  margin: 0;
  min-height: 100%;
  background: #05020d;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;
}

body {
  display: grid;
  place-items: start center;
  padding: 14px;
  box-sizing: border-box;
}

.howtoWrap {
  width: min(100%, 760px);
  display: grid;
  justify-items: center;
  gap: 18px;
  padding-bottom: 28px;
}

.howtoImage {
  display: block;
  width: 100%;
  height: auto;
  border: 5px solid #ffe145;
  box-shadow: 8px 8px 0 #000;
}

.homeButton {
  display: inline-block;
  min-width: 210px;
  box-sizing: border-box;
  padding: 12px 22px;
  color: #fff;
  background: #ff2fae;
  border: 4px solid #ffe145;
  box-shadow: 5px 5px 0 #000;
  font-weight: 900;
  font-size: clamp(18px, 4vw, 26px);
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 0 #000;
}
