*{
    padding: 0;
    margin: 0;
}
.one{
    background-color: black;
    color: white;
    text-align: center;
    padding: 10px;
}
h1{
    display: block;

}
li{
    display: inline;
}
li:hover{
    color: gray;
}
li{
    cursor: pointer;
}
.images{
    margin-top: 40px;
    border-width: 2px;
    border-color: black;
    border-style: solid;
    width: 196px;
    height: 250px;
     text-align: center;
     display: inline-block;
}
.two{
    text-align: center;
}
.three{
    text-align: center;
}
.images:hover{
    background-color: black;
    color: white;
}
.aboutus{
  text-align: center;
  padding-top: 40px;
  padding-bottom: -20px;
}
.kanna{
  padding: 40px;
  margin-bottom: 60px;


}
.four{
  background-color: black;
  color: aliceblue;
}
 .hi{
  text-align: center;
 }
 .hii{
  padding: 40px;
  
 }
 
 


