@font-face {

font-family: 'viasatexplorelogo';
src: url('./fonts/viasatexplorelogo1.otf');

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