@import "./destyle.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200..900&display=swap");

:root {
  --text: #1f2222;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP";
  color: var(--text);
}

img {
  max-width: 100%;
}

.container {
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

#main {
  background-color: #f3f5fe;
}

/* footer */
footer {
    background: #fff;
    margin-top: 30px;
    padding: 50px 0;
    max-width: 668px;
    width: 90%;
    margin: 0 auto;
}

footer li {
  font-size: 1.4rem;
  text-decoration: underline;
}

footer ul {
  display: flex;
  gap: 17px;
}
