@font-face {
    font-family: 'pxplus_ibm_ega9regular';
    src: url('fonts/pxplus-webfont.woff') format('woff2'),
         url('fonts/pxplus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#enclosure {
    width: 300px; 
    height: 300px; 
    position: relative; 
    background-image: url('/img/transparetnirisframe.png'); 
    background-size: cover
    border: 10px solid red; 
}

#pet {
    position: absolute; 
    width: 50px; 
    height: 50px; 
    transition: left 0.5s, top 0.6s; 
}
p { text-align:center;

} body {
 
  font-family: 'pxplus_ibm_ega9regular'
}
