body{
    background-color:#f7b680;
  }
  li::first-letter {
   font-size: 120%;
  }
  h1, p, ul {
   font-family:Helvetica, sans-serif;
  }
  h1{
    margin-bottom: 0%; 
    margin-top: 0%; 
    text-align:center; 
    font-style:italic; 
    font-weight: bold;
  }
  p{
    padding: 20px; 
    padding-top: 0%; 
    text-align: justify;
  }
  #wrap {
    border-style:dotted; 
    margin-left:auto; 
    margin-right: auto;
    width:55%;
    background-color:#ffffff;
  }
  .line {
    border-style: dotted none none none;
  }
  ul{
    text-align:center; 
    list-style-type: none; 
    font-style:italic; 
    margin-top: -3%;
  }
  .copyright{
    text-align:center;
    margin-bottom: -2%;
  }
  a{
    text-decoration: none;
  }