
.course{
        white-space:pre-wrap;

		text-align:justify;

		font-size: 1.2em;

		font-family:serif;

                font-weight: 500;

                line-height:1.75em;

                color: inherit;
		
		text-overflow: ellipsis;
		
		-webkit-line-clamp: 4;
		
		display: block

	}

.dropbtn {
  /*background-color: transparent;
  opacity: 1;
  font-weight: 500;
  color: #4d4d4d; 
  padding-top: 31px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 5px;
  font-size: 12px;
  border: 1px;
  cursor: pointer; */
  
}


.dropdown {
  position: relative;
  display: inline-block;
  left: 0;
}


.dropdown-content {
  display: none;
 
  position: absolute;
  background-color:#9999ff ;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content a {
  color: black;
  border:1px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #99ddff}

.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropbtn {
  /*background-color:#cccc00;*/
}

 .h6{	
  text-align:justify;
  background-color:#f2f2f2;
  padding-right:20px;
  word-break:break word;
  font-family:Times New Roman;
  font-size: 1.2rem;
  }
  .heading2{
   padding-right:20px;
  color: black;
  background-color:#99ccff;
}

.course1{white-space:pre-wrap;
	text-align:justify;
	font-size: 1.5em;
	font-family:serif;
        line-height: 2;
        color: black;
        border:1px;
	}

.poem{ white-space:pre-wrap;
		text-align:center;
		font-size: 1.2em;
        line-height: 1.75;
        color:cadetblue;
        border:1px;
		max-height: 8em; 
		overflow:hidden;
        background-color:transparent;
        padding:20px;
letter-spacing: 0.5px;
	}

.poemtitle{
	padding-top:15px;
        display:block;
		white-space:pre-wrap;
		text-align:center;
		font-size: 1.4em;
        line-height: 1.55;
        color: #cc0052; 
		background-color:transparent;

	}
.author{
	white-space:pre-wrap;
	text-align:center;
	font-size: .9em;
        line-height: 1.75;
        font-family:poppins;
       
	}
.responsive{
     width: 100%;
     height: auto;
      }

.header{
      color: #1c87c9;
      font-size: 20px;
      font-weight: bold;
      text-align:center;
      font-family: sans-serif;
      }
      @keyframes blinker {  
      50% { opacity: 0; }
      }

.course1{
		white-space:pre-wrap;
		text-align:justify;
		font-size: 1.2em;
        font-weight: 500;
        line-height: 1.75;
        color:#33cc33;
		text-align:center;
	}
 .story {	
   margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1em;
  text-align:justify;
  white-space:pre-wrap;
  Padding-left:10px;
  Padding-right:10px;
  font-family:poppins;
   color: cadetblue;
   letter-spacing: 0.5px;
   font-family:arial;
  }
.story1 {	
   margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2em;
  text-align:center;
  white-space:pre-wrap;
  Padding-left:20px;
  Padding-right:20px;
  font-family:poppins;
   color: cadetblue;
   letter-spacing: 0.5px;
  }