
body {
    margin: 0;
    padding: 0;
    background-color: #0d0d0d;
    color: #fff;
    font-family: 'Georgia', serif;
    overflow: hidden;
}

.container {
    text-align: center;
    padding-top: 100px;
}

.highlight {
    color: #ff007f;
}

.subtitle {
    margin-top: 10px;
    font-style: italic;
    color: #cccccc;
}

nav a {
    color: #ff007f;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
}

nav a:hover {
    text-decoration: underline;
}

.smoke-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/smoke.gif') repeat;
    opacity: 0.15;
    z-index: -1;
}
