footer {

      color:black;
      background:lightcyan;;
      border-style: solid;
      margin-left: 250px;
      margin-right: 250px;
      line-height:27px;
    }
  .container {
      width: 983px;
      margin: 100px;
     
      background-color: lightcyan;
      margin-left: auto;
      margin-right: auto;
      border-color: black;
      border-style:solid;
      margin-top: 40px;
      margin-bottom: 40px;
    }

       .container-header {
      width:1243px;
      border-style: solid;
      text-align: center;
      background:lightcyan; ;


    }

body {
      background-image: url(14.jpg);
        font-size: 20px;
        font-family: Amiri;
      background-repeat: no-repeat;
      background-size: 100% 100%;


      }

p {
  text-indent: 50px;
  line-height: 27px;
 
}

 p.first {

text-align: center;
line-height: 27px;
    }
     p.second{

text-align: center;
line-height: 27px;
    }
     p.third {

text-align: center;
line-height: 27px;
    }

    h1 {

      font-family: Arizonia;
      text-align: center;

    }
    img {

      padding: 10px;
      padding-left: 10px;
      border-style: solid;
      border-color: black;
      border-spacing: 2px;
      margin-left: 15px;
    }

    .container-footer {

      width: 1200px;
      margin-bottom: 0 auto;
      text-align: center;
      margin-left: 20px;
      font-family: Amiri;
      font-size: 17px;
    }
 fieldset {
  margin-left: 50px;
  margin-right:50px;
  margin-bottom: 40px;
  font-size: 15px;
 }
    

    

   }
     header::after {
      content: " ";
      display: table;
      clear: both;
      
    }

    nav {
      float: center;
    }
   
   nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
}

nav li {
        display: inline-block;
        margin-left: 60px;
        padding: 20px;
        position: relative;
      }



      nav a {
color: #444;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;


      }

      nav a: hover {

        color: #000
      }
      
  
    
      nav a::before {
        content: " ";
        display: block;
        height: 5px;
        width: 100%;
        background-color: #444; 

        top: 0;
        width: 0%


      }
        nav a:hover::before{

          width: 100%;
        }

        .newdiv
  {
    width:1247px;
    margin-right: auto;
    margin-left: auto;
  }


