@charset "UTF-8";
html,
body {
  margin: 0;
  padding: 0;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
}
html .wrapper,
body .wrapper {
  background: #ffef00;
}

.text {
  margin-bottom: 10px;
  color: #000;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
}

a {
  display: block;
  margin: 0 auto;
  padding: 8px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid #000 1.5px;
  border-radius: 32px;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
a:hover {
  border: solid #000 1.5px;
}