*{
    margin: 0px;
    padding: 0px;
}
.first{
    margin-top: 4px;
    background-color:black;
    color: antiquewhite;
    width: 40pc;
    height: 90px;
    padding: 5px;
    text-align: center;
}
h2{
    padding-top: 8px;
}
ul{
    padding-top: 10px;
}
li{
    display: inline-block;
    padding-left: 1px;
    color: grey;
}
li:hover{
    background-color: white;
    color: blue;
    cursor: pointer;    
}
.one{
     margin-top: 50px;
     height: 11pc;
     width: 14pc;
     border: 3px;
     border-style: solid;
     border-color:gray;
     display: inline-block;
     background-color: azure;
     color: green;
     text-align: center;
}
.one:hover{
    background-color:gray;
    color: blue;
    cursor:pointer ;
}
img{
    width: 150px;
    height: 110px;
    margin-top: 5px;
}
.contact{
    margin-top: 10pc;
    background-color:black;
    color: bisque;
    height: 15pc;
    text-align: center;
}
button{
    width: 10pc;
    height: 2pc;
    background-color: aqua;
}
button:hover{
    background-color: white;
    color: blue;
    cursor: pointer;
}
h3{
    margin-top: 8px;
}
