@font-face {
    font-family: determination; 
    src:  url(../determination.ttf); 
      }
body{

    
    background-color: hsl(0, 0%, 0%);
       font-size: 2.5rem; /* 2.5 * 16px = 40px */
   font-family: determination;
       color: white; 
}
main{
    margin-left: 20px;
    margin-right: 20px;
}
h1{
    text-align: center;
}
.navbar ul{
    list-style-type: none;
    background-color: hsl(279, 56%, 10%);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.navbar a{
    color: white;
    text-decoration: none;
    padding: 40px;
    display: block;
    text-align: center;
       font-size: 2.5rem; /* 2.5 * 16px = 40px */
   font-family: determination
}
.navbar a:hover{
    background-color: hsl(279, 56%, 43%);
}
.navbar li{
    float: left;
}
article{
      background-color: hsl(279, 56%, 20%);
   font-size: 2.5rem; /* 2.5 * 16px = 40px */
   font-family: determination;

  
}

p {
  width: 50%;
  margin: 0 auto;
}