body{background: url('https://cdn.pixabay.com/photo/2022/01/28/18/35/leaves-6975470_1280.jpg') no-repeat center fixed;
  background-size: cover;
  background-color:#000211;
}
.all{
 background-color: RGBA(12, 48, 46, 0.85);
 color:#fcfaee;
 width:75%;
 display: block;
 margin-right:auto;
 margin-left:auto;
 margin-top:-25px;
 margin-bottom:-10px;
 border-left: 7px double RGBA(245, 236, 194, 0.9);
 border-right: 7px double RGBA(245, 236, 194, 0.9);
 padding-bottom:50px;
}

/*navigation bar*/
ul {
  list-style-type: none;
  margin: 0;
  padding-left:20px;
  padding-bottom:20px;
  padding-top:20px;
  overflow: hidden;
  border-top: 5px double RGB(245, 236, 194);
}

li {
  float: left;
  font-size: 23px;
}

li a {
  display: block;
  padding: 8px;
  text-decoration: none;
}

p{
  line-height:1.8;
  font-size:17px;
}

/*font for title and subtitles*/
.carattere-regular {
  font-family: "Carattere", cursive;
  font-weight: 400;
  font-style: normal;
}
/*font for body*/
.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*links*/
a:link {
  color: #F1E5AC;
}
a:visited {
  color: #F1E5AC;
}
a:hover {
  color: #e4f3ed;
  text-decoration: none;
}
a:active {
  color: #daf8f6;
}
.topbutton{
  font-size:20px;
  text-align: center;
}
/*Header*/
h1{
 font-size: 70px;
 text-align:center;
 color:#f5ecc2;
 text-shadow: 0px 0px 20px #f8f3d8;
 width:95%;
 }
 
.quill{
  width:40%;
 display:block;
 margin-right:auto;
 margin-left:auto;
 margin-bottom:-30px;
 margin-top:20px;
}

/*Subheader*/

.divider{
  height:50px;
  padding-left:10px;
}

h2{
  font-size:38px;
  color:#f8f3d8;
}

.header-side{
  font-size:30px;
}
h4{
  font-size:35px;
  margin-bottom:-5px;
  text-align:center;
}

/*body*/
.container {
  padding:40px;
  font-size:16px;
  text-align: justify;
  text-justify: inter-word;
  background-color: #2a2a2a;
   border-top: 5px double RGB(245, 236, 194);
 border-bottom: 5px double RGB(245, 236, 194);
}

/*footer*/
.footer{
  padding:40px;
  padding-bottom:2px;
  padding-top:50px;
  text-align:center;
}
.footertxt{
  font-size: 35px;
  color:#f5ecc2;
}

 /* If the browser window is smaller than 600px, make the columns stack on top of each other */
@media only screen and (max-width: 800px) {
  .all{
    width: 100%;
  }
  
  li{
    font-size:19px;
    float:none;
    }
  
.container{
  padding:20px;
  text-align: left;
  text-justify:none;
}
p{font-size:16px}
.poem-info{
  width: 100%;
}
.poem{
  font-size: 16px;
}
.divider{
display:none;
}
.footer{padding:20px;}
.footertxt{font-size:30px;}
}