* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


    
nav{
    background-color:hotpink;
      max-width: 100%;
      width: 100%;
      height: auto;
      font-size: 2vw;
      padding-left: 2%;
      position: fixed;
  }


a {
    text-decoration: none;
    text-align: left;
    padding-right: 20px;
    font-size: 4vh;
    border-right: 1px;
    border-color: rgba(48, 5, 47, 0.463);
    border-style: solid;
    color: #000000;
  
  

}

a:hover{
    color: aliceblue;
}


.navList{
text-align: left;
 padding-left: 30px;
 padding-top: 10px;

 
  
}
@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}
h3{

    font-size: 5vh;
    text-align: center;
    font-family: 'Great Vibes', cursive;
    letter-spacing: .2vh;
    transition: opacity 2s fadein;
}


.pic-container {
 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
 justify-content: center;
 gap: 40px;
  gap: 10px 20px; /* row-gap column gap */
  row-gap: 50px;
  column-gap: 150px;
}


.img1{
border: 3px;
border-color: blueviolet;
border-style: solid;
box-shadow: 0 8px 16px 0 blueviolet;
border-radius: 2%;

}




.img2{
    border: 3px;
    border-color: hotpink;
    border-style: solid;
    box-shadow: 0 8px 16px 0 hotpink;
    border-radius: 2%;
 }


.img3{
    border: 3px;
    border-color: purple;
    border-style: solid;
    box-shadow: 0 8px 16px 0 purple;
    border-radius: 2%;
 }


  .img4{
         border: 3px;
         border-color: darkblue;
         border-style: solid;
         box-shadow: 0 8px 16px 0 darkblue;
         border-radius: 2%;
      }

      .img5{
        border: 3px;
        border-color: darkgoldenrod;
        border-style: solid;
        box-shadow: 0 8px 16px 0 darkgoldenrod;
        border-radius: 2%
      }




.poem-heading{
    font-size:5vw;
  
}

.poem{
   line-height: 2;
    font-size: 3vw;
    text-align: center;
    border: #d94496;
    border-bottom: gold solid;
    border-top: solid gold;
    box-shadow: 0 8px 16px 16px gold;
background-image: url(Heavenclouds.jpeg);
background-repeat: no-repeat;
background-size: cover;
}

.img6{
    border: 3px;
    border-color: darkgoldenrod;
    border-style: solid;
    box-shadow: 0 8px 16px 0 darkgoldenrod;
    border-radius: 2%
  }




  .img7{
    border: 3px;
    border-color: steelblue;
    border-style: solid;
    box-shadow: 0 8px 16px 0 steelblue;
    border-radius: 2%
  }


  .img8{
    border: 3px;
    border-color: palevioletred;
    border-style: solid;
    box-shadow: 0 8px 16px 0 palevioletred;
    border-radius: 2%
  }


  .img9{
    border: 3px;
    border-color: darkviolet;
    border-style: solid;
    box-shadow: 0 8px 16px 0 darkviolet;
    border-radius: 2%
  }

  .img10{
    border: 3px;
    border-color: darkgoldenrod;
    border-style: solid;
    box-shadow: 0 8px 16px 0 darkgoldenrod;
    border-radius: 2%
  }


  .img11{
    border: 3px;
    border-color: darkblue;
    border-style: solid;
    box-shadow: 0 8px 16px 0 darkblue;
    border-radius: 2%
  }

  .img12{
    border: 3px;
    border-color: darkcyan;
    border-style: solid;
    box-shadow: 0 8px 16px 0 darkcyan;
    border-radius: 2%
  }
  

  
  .img13{
    border: 3px;
    border-color:darkmagenta;
    border-style: solid;
    box-shadow: 0 8px 16px 0 darkmagenta;
    border-radius: 2%
  }

  

