body{
background: white;
color: black;
font-family:"Times New Roman", Georgia, serif;
margin:40px;
line-height: 1.6;
}

header{
text-align:right-side;
margin-bottom: 40px;
}
.logo img{
height:50px;
width:auto;
display: inline-block;
}



.image {
width: 30%;
height: auto;
display:block;
margin:20px auto;
padding: 20px;
float: right;
}

img {
  max-width: 100%;
  height: auto;
}

.nav ul {
  list-style: none;
  padding: 4px 40px;
  margin: 40px;
  display: flex;
  justify-content: left;
  gap: 20px;
}
.nav a {
  text-decoration: none;
  color: black;
  font-size: 1.1em;
  letter-spacing: 1px;
  cursor:pointer;
}

video {
display:block;
margin: 40px;
width: 60%;
height: auto;
}

video{
max-width: 100%;
  height: auto;
}

p {
      text-align: left;
    }

.right {
  float: right;
}
.links{
margin-right:40px;
text-align:left;
}

.links a{
display:block;
color:black;
text-decoration: none;
transition: color 0.3s ease;
}

.links a:hover{
color:green;
}

.poem{
max-width: 600px;
margin-bottom: 40px auto;
padding: 20px;
border-left: 4px; /* accent line for style */
  border-radius: 8px;
text-align: center;
}

.poem h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  text-align: center ;
  font-family: "Times New Roman", Georgia, serif;
  color: black;
  }

.poem p{
font-size:0.9rem;
line-height: 1.8;
  text-align: center;
  font-family: "Times New Roman", Georgia, serif;
  color: black;
}


.video-img{
display: block;
width: 50%;
margin:40px auto;
max-width: 100%;
float: right;
}

.audio-player {
    margin-top: 30px;
    float: right;
  }


marquee{
margin:40px;
padding: 40px, auto;
}

.scroll-text {
color:
text: 24rem;
}
@media screen and (min-width: 600px) {
        /* Mobile-specific styles here */
        body {
            font-size: 14px;
        }
        .container {
            width: 95%;
        }
    }

    /* Styles for screens larger than or equal to 768px (e.g., desktop) */
    @media screen and (min-width: 768px) {
        /* Desktop-specific styles here */
        body {
            font-size: 16px;
        }
        .container {
            width: 80%;
            margin: 0 auto;
        }
    }