/* Global external stylesheet for the project.
   Add reusable CSS here and avoid inline <style> blocks in views. */

html,
body {
    margin: 0;
    padding: 0;
    background: #fafafa;
}

#swagger-ui {
    max-width: 1200px;
    margin: 0 auto;
}
