body {
  background-image: url('wallpaper.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-container: cover;
}

h1 {
  color: #FFFFFF ;
  font-face: arial,helvetica,sans ;
}
h2 {
  color: #FFFFDF ;
  font-face: arial,helvetica,sans ;
}
h3 {
  color: #FFFFBF ;
  font-face: arial,helvetica,sans ;
}
h4 {
  color: #FFFFFF ;
  font-face: arial,helvetica,sans ;
}
h5 {
  color: #FFFF0F ;
  font-face: arial,helvetica,sans ;
}
h6 {
  color: #FFFDFF ;
  font-face: arial,helvetica,sans, noto ;
}

p {
  color: #FF75FF ;
  font-face: times,serif,noto serif,
}
