canvas { width: 100%; margin: 0; }
body   { height: 100%; margin: 0; background-color: black }

p {
    color: white;
    font-family: "Montserrat";
    text-align: center;
    margin: 0px 50px;
    padding: 0px 50px;
}

.frickin-silly-nav-bar {
    background-color: black;
    border-bottom: 1px solid white;
    color: white;
}

#frickin-silly-logo {
    color: orange;
    text-decoration: none;
    font-size: 18px;
    font-family: "Lakki Reddy";
    padding: 0 0 0 10px;
    margin: -5px 0px;
    display: inline-block;
}

.nav-bar-links {
    color: white;
    text-decoration: none;
    font-size: 15px;
    font-family: "Montserrat";
    padding-left: 25px;
    padding-top: 4px;
    display: inline-block;
}