top of page


        body {
            background: rgb(58, 58, 58);
            color: white;
            font-family: Helvetica Neue, Helvetica, sans-serif;
        }
        h1 {
            color: rgb(0, 183, 255)
        }
        h2 {
            color: rgb(158, 158, 158)
        }
        button {
            background: grey ;
            border: none;
            color: white;
        }
        header {
            color: rgb(0, 183, 255);
            font-family: Helvetica Neue, Arial, Helvetica, sans-serif
            font-size: xx-large;
        }
        div {
            background:rgb(0, 183, 255);
            display: inline-block;
            width: 100px;
        }
        section {
            color: gray;
            padding: 20px;
        }
        footer {
            padding: 10px 20px;
        }
        ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }
        li {
            display: inline-block;
            margin-right: 20px;
        }
    

Coming Soon

Coming Soon

​

  • Black YouTube Icon

© 2019 By NNF

bottom of page