html{
    font-size: 10px; /* Master Font size */
    box-sizing: border-box;
    font-family: 'Red Hat Text', sans-serif; /* Master Font style */
}
h1,h2,h3,h4,h5,h6,a,div,p,ul,li,img,body,html,button,*{
    margin: 0;
    padding: 0;
}
body{
    background:black;   
}


@font-face {
    font-family: blkchcry;
    src: url(./assets/fonts/blkchcry/BLKCHCRY.TTF);
}

.navList li{
    margin-bottom: 10px;
}
