
/*@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;400&display=swap');
*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,400;0,700;1,400&display=swap');

body {
  font-family: 'Nunito', sans-serif;
  font-size: 100%;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 1050px;
  padding: 0 15px;
}

.title {
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  font-size: 44px;
  text-align: center;
  color: black;
  margin-bottom: 0px;
}

.subtitle {
  font-family: 'Nunito', sans-serif;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  color: #666;
  margin: 0px 0px;
}

h1 {
  margin: 10px 0px;
}

h3 {
  margin: 20px 10px 0px 0px;
  font-size: 22px;
  font-weight: 700;
}

.floatright {
  float: right;
  margin: 0 0 0 15px;
}

.bold {
  font-weight: bold;
}

.indent {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 3ex;
}

a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.code {
  font-family: 'courier new', 'courier', 'monospace';
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-left: 3ex;
  margin: 4px 0px;
}

.icode {
  font-family: 'courier new', 'courier', 'monospace';
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding: 0px 0px 0.5ex 0ex;
}
