body{
 background-color: antiquewhite;
}
.header{
    margin-left: auto;
    margin-right: auto;
    
    height: 1550px;
    width: 1000px;
    text-align: center;
    color:black;
    font-size: 24px;
    font-weight: bolder;
    padding: 20px 10px;
    box-shadow: 0 0rem 1rem;
   background-image: url(img5.jpg);
   background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #cccccc;
}
.h{
  
    padding: 20px 0;
    font-size: 24px;
     box-shadow: 0 0rem 1rem;
     position: relative;
     top:50px;
      background: linear-gradient(rgba(184, 168, 168, 0.2)),url(img2.jpg);
      background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #cccccc;
      color: black;
}
.h h2{
    font-weight: bold;
    text-decoration: underline;
}
.footer{
    text-align: center;
    background-color:pink;
    height: 100px;
    padding: 0 20px;
    position: relative;
   bottom: 24px;
   top: 50px;
    box-shadow: 0 0rem 1rem;
}
.footer h2{
    position: relative;
    top: 24px;
     box-shadow: 0 0rem 1rem;
}
.n img{
    float: left;
    border-radius: 50%;
    height: 130px;
     box-shadow: 0 0rem 1rem;
}
.n{
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: 50px;
     box-shadow: 0 0rem 1rem;
      background: linear-gradient(rgba(184, 168, 168, 0.2)),url(img3.jpg);
      background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #cccccc;
  color: rgb(8, 0, 0);
    
}
.n h3{
    text-decoration: underline;
}
.v{
    height:400px;
    width: 500px;
    float: left;
    position: relative;
    top:50px;
}

.z{
    position: relative;
    top:50px;
    
}