    body {
      font-family: Arial, sans-serif;
      background: linear-gradient(135deg, #fafafa, #e8f0ff);
      color: #222;
         }.wrapper{
	  padding: 20px;
      max-width: 800px;
      margin: auto;}

    h1, h2 {
      color: #1a4a8e;
      font-weight: bold;
      margin-bottom: 0.5em;
    }
    h1 {
      margin-bottom: 0.75em;
    }
    p {
      margin-top: 0;
      margin-bottom: 1em;
    }
    a {
      font-size: 1.1em;
      margin: 10px 0;
      display: inline-block;
      color: #003d99;
      text-decoration: none;
      font-weight:bold;
    }
    a:hover {
      text-decoration: underline;
      color: #003d99;
    }
    code {
      background-color: #eee;
      padding: 2px 6px;
      border-radius: 4px;
      font-family: monospace;
    }
    .small {
      font-size: 0.85em;
      color: #666;
      font-weight: lighter;
      margin-top: -10px;
      margin-bottom: 1em;
    }
    .bold {
      text-decoration:none;
      font-weight:bold;
    }
 input[type="radio"] {
  appearance: none;
  height: 1em;
  border: 1px solid;
  width: 1em;
  border-radius: 100%;
}

input[type="radio"]:checked {
  background: #1a4a8e;
}
