body{
    background-color: rgb(252, 248, 248);
}

#header{
    width: 1365px;
    height: 150px;
    border: 0px solid blue;
    background-image: url(img/1.jpg);

}
.menu1{
    list-style-type:none;	
   }
   .sub{
       padding:10px;
    float:left;	
   }
   a:link,a:visited{
    color:white;
    background-color:rgba(8, 80, 214, 0.815);
    font-weight:bold;
    text-decoration:none;
    text-transform:uppercase;
    padding:10px;
    border-radius:5px; 
   }
   a:hover,a:active{
    background-color:rgba(0,0,0,0.9);
   }

   .caption{
       text-align: center;
    font-family: cursive;
    color: yellow;
   }

   #mid{
       width: 1365px;
       height:auto;
       background-color: rgb(252, 251, 249);
   }

   .gold{
     text-align: center;
     background: rgb(215, 252, 9);
background: radial-gradient(circle, rgb(209, 243, 16) 0%, rgb(207, 252, 7) 0%, rgba(0,0,0,1) 100%);
     font-family: fantasy;
     text-shadow: black 25px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0cm;


   }

   #footer{
       width: 1365px;
       height: 50px;
       background:  rgba(8, 80, 214, 0.815);
       background: radial-gradient(circle, rgb(5, 41, 248) 0%, rgb(7, 52, 252) 0%, rgba(0,0,0,1) 100%);
       margin-top: 0px;
   }
   .copy{
    font-size: 20px;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

   }
   #slider-left-but { 
	display: block; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: url(left.png); 
	margin-right: 10px; 
}

#slider-right-but { 
	display: block; 
	width: 30px; 
	height: 30px; 
	border: none; 
	background: url(right.png); }


    .z{
        width: 800px;
        height: auto;
        font-size: 20px;
        font-family: initial;
        margin-left: 300px;
        margin-right: 400px;
        text-align: justify;
        font-weight: 100;

    }
    .image{
        padding-left: 300px;
    }
    .im{
        padding-left: 50px;
    }
  .s{
       width:800px;
       height: 50px;
     margin-left: 200px;
     box-sizing: border-box;

   }
   .ta{
       width: 1000px;
       height: auto;
    margin-left: 100px;

   }
   .n{
       margin-left: 50px;
       font-size: 30px;
   }
   textarea{
    width:800px;
    height: 50px;
  margin-left: 200px;
  box-sizing: border-box;}

  .submit{
      size: 50px;
      margin-left: 100px;
  }
