/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/modern-normalize@3.0.1/modern-normalize.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,::after,::before{box-sizing:border-box}html{font-family:system-ui,'Segoe UI',Roboto,Helvetica,Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji';line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,'Liberation Mono',Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}
body {
  padding: 0;
  /*margin: 0;*/
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";*/
  color: #1b222f;
  background-color: #fafafa;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  width: 30%;
}
a, a:visited {
  color: #20399D;
}
a:hover {
  color: #2a7ab0;
  text-decoration: underline;
}
.site-header {
  max-width: 50rem;
  margin: auto;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.site-header h1 {
  font-size: 1rem;
}
.site-header p {
  font-size: 1rem;
}
.site-header h1 a {
  color: #555555;
  text-decoration:none;
}
.site-header h1 a .agile {
  color: #20399D;
}
h2, h3, h4, h5, h5 {
  color: #11222f;
}
h2 {
  font-size: 2rem;
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
h2 a,
h2 a:visited,
h2 a:hover {
  color: #2d2d2d;
}
h3 {
  font-size: 1.5rem;
}
.meta p {
  font-size: 0.8rem;
  color: #2e4453;
}
.wrapper {
  max-width: 50rem;
  margin: auto;
  padding: 0 2rem 2rem;
}
.article {
  margin-bottom: 3.5rem;
}
.post-title {
  text-decoration: none;
}
p {
  line-height: 1.8rem;
  font-size: 1.15rem;
}
pre {
  padding: 10px 8px;
  overflow-x: auto;
}
