
.logo1{
    width:70px;
    height:70px;
}
body {
    /* background-image: url('../logo/KP.png'); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-position: 60% 50%;
    background-size: cover; 
}