h1 {
  background:oklch(0 0 0);
  inline-size:fit-content;
  margin-inline:auto;
}
h2 {
  background:oklch(0 0 0);
  inline-size:fit-content;
  margin-inline:auto;
}
body {
   
    background-size:     cover;                   
    background-repeat:   no-repeat;
    background-position: center center; 
    background-color: rgb(0, 0, 0);            
}
a {
  color: rgb(0, 255, 255);
  background-color: rgb(0, 0, 0);
  font-weight: bold;
}
@font-face {
  font-family: myFont;
  src: url(2.TTF); 
}

h1, h2, h3, p, h5, li {
  font-family: myFont;
 
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
}

ul li {
  float: left;
}

ul li a {
  display: block;
  color: rgb(102, 255, 0);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #ffffff;
}
