body {
background-color: black;

width: 90%;
height: 90%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;

    align-content: flex-start; 
  cursor:url('http://upload.wikimedia.org/wikipedia/commons/d/de/POL_apple.jpg');




}
#pcp {
 justify-content: center;
background-color: transparent;
display: flex;

position: absolute;
top: 0%;
  height: 30vh;
  width: 5vh;
 }
#logo {

margin: auto;

height: 70%;
  object-fit: cover;

}

#zna {
  display: flex;
  height: 10vh;
  width: auto;
    object-fit: fill;

}
