  body {
    margin: 15px 30px;
    background-color: WhiteSmoke;
    font-family: Verdana, Arial, sans-serif;
  }
  h1 {
    font-family: verdana;
    font-size: 24px;  
    color: DarkSlateGray;
  }
  h2 {
    font-family: verdana;
    font-size: 20px;  
    color: Gainsboro;
  }
  p1 {
    font-family: verdana, sans-serif;
    font-size: 16px;
    color: DarkSlateGray;
  }
  th {
      text-align: left;
      font-family: verdana, sans-serif;
      font-size: 16px;
      color: DarkSlateGray;
      border-bottom: 1px solid Gainsboro;
  }
  td {
      text-align: left;
      font-family: verdana, sans-serif;
      font-size: 16px;
      color: DarkSlateGray;
  }
  a {
      all: unset;
  }
  ul {
    line-height: 200%;
    list-style: none;
  }
  .header {
    position: absolute;
    top: 0;
    right:0;
    font-family: verdana, sans-serif;
    background-color: none;
    margin: 10px 40px;
    width:64px;
    }
  .sticky {
    position: fixed;
    top: 0;
  }
  .sticky + .content {
    padding-top: 50px;
  }
  .button {
    border: 2px solid Gainsboro;
    border-radius:10px;
    font-size:16px;
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    color: Gainsboro;
    padding:10px 15px;
    cursor:pointer;
    background-color: GhostWhite;
  }
  input[type=text] {
  padding: 5px;
  border: none;
  background-color: Gainsboro;
  font-size: 18px;
  margin: 10px 40px;
  }
  ::placeholder {
  color: GhostWhite;
  font-weight: bold;
  font-style: italic;
  }
  .button1 {
    border: none;
    font-size:16px;
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    color: GhostWhite;
    cursor:pointer;
    background-color: DarkSlateGray;
  }
  .button2 {
    border: 2px solid Gainsboro;
    border-radius: 50%;
    padding: 3px 8px;
    font-size:18px;
    font-weight: bold;
    font-family: 'Verdana', sans-serif;
    color: Gainsboro;
    cursor:pointer;
    background-color: WhiteSmoke;
  }
  hr { 
    height:1px;
    width:100%;
    color:DarkSlateGray;
    background-color:DarkSlateGray
  } 
View Compiled Resources
