body {
    font-family: sans-serif;
    margin: 10px auto;
    max-width: 1024px;
}
#app {
    font-family: ObjectSans,Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50;
    margin: 10px;
}

#logo {
    display:inline-block;
}

#logo img {
    max-width:400px;
    min-width:250px;
}

#content {
    text-align: justify;
}

#content h1 {
    text-align: center;
}

.center {
    text-align: center;
}

code {
    font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: keep-all;
    padding: 2px 4px;
    color: #1f1f1f;
    background-color: #f0f0f0;
    border-radius: 4px;
    font-size: 14px;
}