html {
    background-color: rgb(82 168 252);
    font-size: 1em;
  }
  body {
    text-align: center;
    width: 85%;
    background-color: rgb(155 250 120);
    padding: 3em;
    border-radius: 3em;
    margin: auto;
    margin-top: 4em;
  }
  .navigation,
  .opentab {
    display: inline;
    font-family: "serif";
    font-size: 25px;
    margin-left: .3em;
    color: darkviolet;
    font-weight: bold;
  }
  
  .opentab {
    background-color: rgb(82 162 252);
    padding-top: 2em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 0.8em;
    border-radius: 1em 1em 1em 1em;
  }
  
  nav{
    text-align: center;
    background-color: rgb(139 192 252);
    border-radius: inherit;
    padding: 1.2em;
  
  }
  
  .picturetext {
    text-align: left;
    margin-right: 2em;
  }
  .sections {
    text-align: left;
    margin-bottom: 1.5em;
  }
  .picturepicture {
    float: left;
  }
  h1 {
    text-align: center;
    font-family: "Apple Chancery", cursive;
    height: 150%;
    background-color: rgb(255 92 111 / 50%);
    display: inline;
  }
  ul{
    margin: auto;
    height: 200%;
    font-family: "Apple Chancery", cursive;
    margin-left: 2em;
    background-color: rgb (255 92 111 / 50%);
    list-style: none;
    text-align: left;
  }
  
  li {
    display: inline;
    padding: 3em;
  }
  
  h2 {
    height: 125%;
    font-family: "Georgia", serif;
    background-color: rgb(9 176 101 / 40%);
    display: inline;
    clear: left;
    overflow: auto;
  }
  p {
    font-size: 1.5em;
    overflow: auto;
  }
  .p0_links{
    font-size: 1em
  }
  a {
    color: darkorchid;
    text-align: center;
    font-size: 1.5em;
  }
  img {
    height: auto;
    width: 25em;
    margin-right: 1.8em;
    overflow: auto;
  
  }
  #Reparations_Image {
    height: 15em;
  }
  #WWI_List{
    display: block;
  }
  #Lend_Lease_Link {
    margin-left: 18em
  }
  #US_Japan_War_Image {
    width: 51.8em
  }  