body {
    background-color: lightcyan;
    margin-left:30px;
    font-family: verdana;
    font-size: 12px;  
    margin-right:30px;
}
h1 {
    color: black;
    align-content: center;
    font-size: 50px;
    font-family: Tahoma;
    background-color: #EADCD9;
    text-align: center;
    border-color:#000533;
    border-style:solid
}

h5 {
    font-family: verdana;
}
h2 {
    font-family: verdana;
    font-size: 22px;
}
ul {
   display: inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 10px 20px;
  border: 2px double #b7b7b7;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 15px/normal Verdana, Geneva, sans-serif;
  color: rgba(0,0,0,1);
  text-align: justify;
  -o-text-overflow: clip;
  text-overflow: clip;
  background: rgba(251,255,198,1);
  -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
    
}

li {
    font-size: 18px;
    text-align: left;
    margin-left: 25px;

}
img {
    align-items: center;
    max-width: 100%;
    max-height: 500px;

}