body {
    max-width: 650px;
    margin: 40px auto;
    padding: 0 10px;
    font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #444;
  }
  
  h1 { text-align: center;

  }
  
  h2,
  h3 {
    line-height: 1.2;
  }
  
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  nav li{
    margin: 0 10px;
  }
  nav a {
    text-decoration: none;
			color: #333333; /* change menu item color */
			font-weight: bold; /* make menu items bold */
			font-size: 16px;
			transition: color 0.2s ease-in-out; /* add a hover effect */
  }
  nav a:hover {
    color: #58a6ff;
  }
  hr.solid {
    border-top: 1px solid #c9d1d9;
  }
  footer ul {
    list-style: none;
  }
  ul.Social li {
    list-style: none;
    margin: 8px;
    padding: 0;
    display: inline-block;
    justify-content: space-between;
    text-decoration: none;
    padding-left: 0;
  }
  @media (prefers-color-scheme: dark) {
    body {
      color: #c9d1d9;
      background: #0d1117;
    }
  
    a:link {
      color: #58a6ff;
    }
  
    a:visited {
      color: #8e96f0;
    }
  }
  ul.Troll{
    text-align: center;
  }