body{
  background-color:#2d2643;
  background: linear-gradient(90deg,rgba(28, 24, 42, 1) 0%, rgba(45, 38, 67, 1) 25%, rgba(45, 38, 67, 1) 75%, rgba(28, 24, 42, 1) 100%);
  color:#d3d3d3;
}
.main{
  width:70%;
  display:block;
  margin:auto;
  font-family:helvetica;
   text-align: justify;
  text-justify: inter-word;
}
h1{
  text-align:center;
  font-size:65px
}
h2{
  font-size:30px;
}
.topsubheader{
  padding-bottom:20px;
  padding-left:15px;
   border-bottom:2px solid #d3d3d3; 
}
.subheader{
  border-top:2px solid #d3d3d3;
  border-bottom:2px solid #d3d3d3;
  padding-bottom:20px;
  padding-top:20px;
  padding-left:15px;
}
.poem{
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
}
.authorinfo{
  background-color:#3e345c;
  padding:10px;
  width:60%;
  margin-left:30px;
  border:1px solid #d3d3d3; 
}
p{
  font-size:18px;
  line-height:1.7;
  padding-right:30px;
  padding-left:10px;
}
a:link {color:#e1deec;}
a:visited {color:#e1deec;}
a:hover {color:#8671d0;}

.footer{
  text-align:center;
  padding-top:20px;
  border-top:2px solid #d3d3d3;
  width:70%;
  display:block;
  margin:auto;
}
/*header and subheaders*/
.yatra-one-regular {
  font-family: "Yatra One", system-ui;
  font-weight: 400;
  font-style: normal;
}

  /*Table*/
table, th, td {
  border: 2px none;
  border-collapse: collapse;
}
  th, td {
  padding: 10px;
  text-align:left;
}

td{
  min-width:200px;
   font-size:18px;
  line-height:1.2;
}

@media only screen and (max-width: 800px) {
div.tablecontainer {
  overflow-x: auto;
}
}

/*nav bar starts*/
.topnav {
  overflow: hidden;
  font-family:helvetica;
  width:70%;
  display:block;
  margin:auto;
  border-top:2px solid #d3d3d3;
  border-bottom:2px solid #d3d3d3;
}

.topnav a {
  float: left;
  display: block;
  color:#d3d3d3;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}


.topnav .icon {
  display: none;
}
.dropdown.split {
  float: right;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 18px;    
  border: none;
  outline: none;
  color:#d3d3d3;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #edeaf3;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
/*nav bar ends*/

/*back to top button*/

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #52345c;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

@media screen and (max-width: 800px) {
.main{
  width:100%;
  text-align:left;
  text-justify:none;
}
.footer{
  width:100%
}
.topnav {
width:100%
}
p{
 padding-right:10px; 
}
h1{
 font-size:40px; 
}
.footer{
 padding-bottom:30px; 
}
}