@charset"utf-8";
body{
    background-color: #FDECED;
    color: #542D24;
}
nav ul{
 display:flex;
 justify-content:center;
 gap:3rem;
 font-size:1.5rem;
 list-style-type:none;
 font-family: "Bevan", serif;
}
nav{
 position: sticky;
 top: 0;
 background-color:#f5b2b2;
 width: 100%;
}
a{
 color: #bc7978;
 text-decoration: none;
}
a:hover{
 color: #0bd;
}
.anime1{
    font-size: 20px;
} 
.about{
 max-width:700px;
 margin: 3rem auto 7rem;
}
.menu1{
    display: flex;
    list-style-type: none;
    text-decoration: none;
    gap: 20px;
}
.menu2{
    color:#734e95;
    font-family:" Alfa Slab One", serif;
    }
h3{
      font-family: "Bevan", serif;
      font-size: 25px;
}
.anime1{
    -webkit-text-stroke: ;
}
li{

}
details {
  border: 2px solid #f5b2b2;
  border-radius: 4px;
  padding: 0.5em 0.5em 0;
  background-color: #f5b2b2;
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
}

details[open] {
  padding: 0.5em;
}

details[open] summary {
  border-bottom: 2px solid pink;
  margin-bottom: 0.5em;
}
h2{
     font-family: "Kaisei Decol", serif;
}
