@font-face {

font-family: 'Momo Trust Display';
src: url('./fonts/mtd_org.ttf');

}

html {
  background-image: url("/oppoahhsearch/img/wallpaper.png");
 background-color: #4cb034;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
 background-position: center;
 font-family: "Momo Trust Display", sans-serif;
}