@font-face {
  font-family: "LINE Seed JP";
  src: url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
}

:root {
  --text-color: ffffff;
}

body {
  width: 100vw;
  height: 100vh;
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 {
  margin-top: 30px;
  font-size: 32px;
  color: var(--text-color);
  font-family: "LINE Seed JP";
}

p,
a {
  margin-top: 15px;
  font-size: 15px;
  color: var(--text-color);
  text-align: center;
  font-family: "LINE Seed JP";
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
  color: var(--text-color);
}

a:hover {
  text-decoration: underline;
}

img {
  width: 250px;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
