@import url(https://fonts.googleapis.com/css?family=Titillium+Web:600);

body {
    background-color: #555555;
    color: #b1b1b1;
    width: 400px;
    margin: 0 auto;
    padding: 2em;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.1em;
    line-height: 100%;
}

#banner {
    margin-top: 200px;
}

h2 {
    margin: 0.5em 0 1em 0;
    font-size: 1.1em;
    font-weight: normal;
    color: #ccc;
    text-shadow: 1px 1px 1px #333333;
}

a:link, a:visited, a:active {
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    color: #ff5959;
}

.links {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.links > li {
    display: inline;
}

.links > li:before {
    content: "\2022\00a0";
}
.links > li:first-child:before {
    content: "";
}

p {
    margin: 1em 0 0 0;
}

.box {
    background-color: #424242;
    border: 1px solid #990000;
    padding: 1em;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
    text-shadow: 0px 0px 3px #000000;
}

@media (max-width: 500px) {
    body {
        width: 100%;
        padding: 0;
    }
    h2 {
        font-size: 1em;
    }
    #banner {
        margin-top: 50px;
        width: 80%;
    }
    .box {
        border-width: 1px 0 1px 0;
    }
}

@media (min-width: 500px) and (max-height: 520px) {
    #banner {
        margin-top: 20px;
    }
}
