.lxgw-wenkai-mono-tc-regular {
  font-family: "LXGW WenKai Mono TC", monospace;
  font-weight: 400;
  font-style: normal;
}

.playwrite-dk-loopet {
  font-family: "Playwrite DK Loopet", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

.libre-franklin {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  text-decoration: none;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  background-color: rgb(241, 255, 238);
}
body main {
  flex: 1 1 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: 3rem;
  font-family: "Playwrite DK Loopet", "Libre Franklin", "LXGW WenKai Mono TC", cursive;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  body main {
    flex-direction: column;
    font-size: 2rem;
  }
}
@media screen and (max-width: 460px) {
  body main {
    font-size: 1.5rem;
  }
}
body main img {
  width: 100%;
  max-width: 150px;
}
body footer {
  width: 100%;
  background-color: rgb(62, 92, 78);
  text-align: center;
  color: white;
  font-family: "Libre Franklin", "LXGW WenKai Mono TC", cursive;
  font-weight: 400;
  padding: 0.6rem;
}
@media screen and (max-width: 460px) {
  body footer {
    font-size: 0.8rem;
    padding: 0.6rem 0.2rem;
  }
}/*# sourceMappingURL=style.css.map */