@font-face {
    font-family: fontasd;
    src: url("font.otf") format("opentype");
}
body {
 background-color: blue;
 background-image: url(img/wall.jpg);
 background-repeat: no-repeat;
 background-attachment: fixed; 
 background-size: 100% 100%;
}
.p {
  cursor: pointer; 
}
h1 {
 color: orange; 
 font-family: fontasd;
 font-size: 48pt; 
}
h2 {
 color: green; 
 font-family: fontasd;
 font-size: 36pt; 
}