@font-face {

font-family: 'Hanky';
src: url('/fonts/Hanky-Bold-ff.otf');

}
 
html {
    background-image: url("/angelasearch/img/wallpaper.png");
 background-color: #e080ff;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
 background-position: center;
 font-family: "Hanky", sans-serif;
}
