html,body {
    height:100%;
    width: 100%;
    font-size: 16px;
}

a, a:hover , a:visited {
    color: black;
    font-weight: bold;
}

#logo {
    display: block;
    margin: 0 auto;
    padding-top: 2em;
    width: 294px;
    height: auto;
}

#secretdj {
    margin-top: 2em;
    text-align: center;
}

#secretdj a {
    text-transform: uppercase;
}