html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  color: #ffffff;
  background-image:
    linear-gradient(rgba(20, 10, 10, 0.55), rgba(20, 10, 10, 0.55)),
    url("hakurei_shrine.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

header,
main,
footer {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto;
  background-color: rgba(40, 20, 20, 0.72);
  padding: 20px;
  border-radius: 14px;
  box-sizing: border-box;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

h1,
h2 {
  font-family: "Yu Mincho", "Hiragino Mincho ProN", serif;
  color: #ffd7d7;
  margin-top: 0;
}

p,
li {
  font-size: 16px;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

nav li {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 10px;
}

nav a {
  color: #ffe9e9;
  text-decoration: none;
  font-weight: bold;
  background-color: rgba(180, 40, 40, 0.35);
  padding: 8px 14px;
  border-radius: 999px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

nav a:hover {
  background-color: rgba(220, 70, 70, 0.6);
  transform: scale(1.05);
}

section {
  margin-bottom: 30px;
  scroll-margin-top: 100px;
}

ul {
  padding-left: 22px;
}

hr {
  border: none;
  border-top: 1px solid rgba(255, 220, 220, 0.25);
  margin: 24px 0;
}

footer {
  text-align: center;
  font-size: 14px;
}
reimu {
  color: #ff0000
}
marisa {
  color:#ffff00
}
sakuya {
  color:#c0c0c0
}