  @font-face {
  font-family: "dotmatri"; 
  src: url("https://wiwis.neocities.org/DOTMATRI.TTF") format("truetype");
   }
a {
  color: red
}
body {
  text-align: center;
  background-image:url('don.jpg');
  background-size:100%;
  color: #F4EE00;
  font-family: dotmatri;
}