* {
    font-family: "Nanum Gothic Coding", monospace;
    font-weight: 400;
    font-style: normal;
}

html,
body {
    background-color: #000;
}

.nanum-gothic-coding-regular {
    font-family: "Nanum Gothic Coding", monospace;
    font-weight: 400;
    font-style: normal;
}

.nanum-gothic-coding-bold {
    font-family: "Nanum Gothic Coding", monospace;
    font-weight: 700;
    font-style: normal;
}


.bg-color-dark {
    background-color: #111 !important;
}

.bg-color-green {
    background-color: #00AA00 !important;
}

.color-green {
    color: #00AA00 !important;
}

.color-blue {
    color: #0000AA !important;
}

.color-bright {
    color: #AAA !important;
}

.color-link {
    color: #007700 !important;
}

.navbar-custom {
    background-color: #00AA00;
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: #fff;
}

.navbar-custom .nav-link:hover {
    color: #ddd;
}

.social-links {
    text-align: center;
    margin-top: 2rem;
}

.social-links a {
    color: #333;
    margin: 0 10px;
    font-size: 1.5rem;
    text-decoration: none;
}

.social-links a:hover {
    color: #00AA00;
    text-decoration: none;
}

canvas {
    background-color: #000;
}