@font-face {
  font-family: Determination; /* set name */
  src: url(https://file.garden/aQzffIdaQ02atDpA/website-files/deltacentral/determination.ttf); /* url of the font */
}

body {
    background-color: black;
    color: white;
    font-family: Determination, monospace;
    margin: 0;
    padding: 0;
}

nav{
 color: white;
 background-color: blue;
 width: 100%;
 height: 50px;
 margin: 0px;
 padding: 0;
}

nav ul{
  margin: 0;
  padding: 15px 5%;
  list-style-type: none;
  text-align: center;
  text-decoration-line: none;
}

li{
  color: white;
  display: inline-block;
  width: 20%;
  text-decoration-line: none;
}

a{
  color: white;
  text-decoration-line: none
}