* {
    margin: 0;
     padding: 0;
      box-sizing:
       border-box;
    }

    body {

        background-color: #345;
        color: #EEE;
        font-family: "Special Gothic Expanded One";
        background-size: cover;
        line-height: 2;
        margin; 0;
        padding: 20px;
        }

   p {
       width: 60%;
       padding-left: 20px;
   }

   h1 {
      
   }
   
   body.page2 {
       background-image: url(../images/fishing2.jpg);
       
   }

   p.page2 {
       text-indent: 20px;
       line-height: 2;
       width: 1000px;
       margin: 50px;

   }

   p:nth-of-type(2) {
       text-indent: 20px;
       line-height: 2;
       width: 1000px;
       margin: 50px
   }
   
  

   #container {

       border: 8px solid #FFCC00;

       min-height: 96vh;

       background-color: rgba(0,0,0,.5);

       }

   #container2 {
       border: 8px solid #FFCC00;

       min-height: 96vh;

       background-color: rgba(0,0,0,.7);
       
   }
   
   
   

   header {
       padding: 40px 20px;
       margin-bottom: 20px;
       text-align: center;
       
       
       

       min-height: 300px;

       

       }

       

   h1 {

       color: #FC0;
       font-size: 2rem;
       margin-top: 30px;
       margin-bottom: 10px;
       text-align: center;
       font-family: "Special Gothic Expanded One";
       
       }



   h2 {
       font-size: 2rem;
       color: #FFFACD;
       margin-top: 30px;
       font-family: "Special Gothic Expanded One";
       
   }


footer {
   color: greenyellow;
   text-align: center;
   padding: 30px 20px;
   font-size: 0.9rem;
   font-family: "Special Gothic Expanded One";
}


img {
   border-radius: 15px;
   margin-top: -40%;
   margin-left: 60%

}

