body {
  font-family: Arial, sans-serif;
  margin: 0;
  background-image: url('tokoy.jpeg');
  background-size: cover;
}

.container {
  display: flex;
  padding: 20px 40px;
}

.osaragi {
  width: 250px;
  margin-right: 30px;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.osaragi h3 {
  margin-bottom: 20px;
  font-size: 18px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.lucia {
  margin-bottom: 15px;
}

.lucia label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
}

.lucia input,
.lucia select {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.osaragi button {
  width: 100%;
  padding: 10px;
  background-color: #002b5c;
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.osaragi button:hover {
  background-color: #ddda23;
}

.priestess {
  flex: 1;
}

.priestess h2 {
  font-size: 22px;
  margin-bottom: 10px;
  color: white;
}

.shikimori {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.zani {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.2s ease;
}

.zani:hover {
  transform: translateY(-5px);
}

.zani img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.mashFGO {
  padding: 15px;
}

.cartethyia {
  font-weight: bold;
  margin-bottom: 10px;
}

.jingliu {
  color: #0073e6;
  font-weight: bold;
}

.acheron {
  font-size: 13px;
  color: #555;
  margin: 10px 0;
}

.aglaea {
  display: inline-block;
  padding: 8px 12px;
  background-color: #004aad;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
}

.aglaea:hover {
  background-color: #ddda23;
}
