 header{
        margin: 0;
        background: url(Images/MyNeighborTotoro2.jpeg)lightgrey 50% / cover no-repeat;
        padding: 20px;
        padding-bottom: 6px;
       font-size: 30px;
     height: 250px;
       
    }
 h1{
    font-family: "ten-mincho", serif;
    font-weight: 400;
    font-style: normal;
    color:#ebf6ff;
    text-align: center;
    margin-top: 0;
    }
nav a{
    text-decoration: none;
    color:#020D05;
    font-size: 25px;
    border: 1px solid #000;
    background: #8BA671;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    padding: 6px 12px;
   }
   nav{
    text-align: center;
   }

 body {
    margin: 0;
    background-color: #E9978B;
  }
  main{
font-family: "heisei-mincho-std", serif;
font-weight: 300;
font-style: normal;
color: #BF3B53;
}

  .page-wrapper {
    max-width: 1100px;
    margin: 40px auto;
  }

  .content-row {
    display: flex;
    gap: 60px;
    align-items: flex-start;
  }

  .secondary-container {
    width: 450px;
    height: 600px;
    background-color: #CC5E58;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .secondary-container img {
    width: 400px;
    height: 220px;
    object-fit: cover;
    display: block;
    border: 3px solid #FADB94;
  }
 
  .text-container {
    flex: 1;
    background-color: #F7D88C;
    padding: 40px;
    border-radius: 20px;
  }
  li{
    margin-bottom: 10px;
  }
  
.star-list {
  list-style: none;
}

.star-list li::before {
  content: "★ ";
  color: #BF3B53;
}


  .text-container h2 {
    margin-top: 0;
    color: #C0392B;
  }

  .text-container p {
    line-height: 1.6;
  }
.hover-text{
  color: #fff;
}
footer{
  text-align: center;
}
.center-video {
  display: block;
  margin: 0 auto;
}
.video-box {
  max-width: 560px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  background-color: #CC5E58;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  align-items: center;      
  padding: 20px;     
     
}

.video-box iframe {
  width: 100%;
  max-width: 560px;
  height: 315px;
  border: 3px solid #FADB94;   
}

.video-box a {
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
  color: #fff;
  border: 2px solid #FADB94;   
}