* {
    font-family: 'Open Sans', sans-serif;
}
body {
    background-color: #222;
    color: #ddd;
}
a {
    color: #ddf;
    text-decoration: none;
}
a:visited {
    color: #ddd;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#content {
    margin-bottom: 100px;
    max-width: 400px;
}

#title {
    font-size: 2em;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 2em;
}
#title .large-text {
    font-size: 3em;
}

.s3direct .file-remove {
    text-decoration: none;
    padding: 10px;
}
