body{
    text-align: center;
    background-color: rgb(255, 255, 255);
    font-size:1.6rem;
    line-height:1.5;     
    overflow-wrap: break-word;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    
}
#main{
    margin: 100px 0px;
    background-color: #eee;
    padding:15px;
}
h1{
   
    font-size: 3.5rem;
    line-height: 1.2;
}
p{
    display:block;
    color: rgb(71, 71, 71);
    
}
#figarea{
    background-color: white;
    padding:22px 2px;
    margin:auto;

}
#figcaption{
    font-size:1rem;
}
h2{
    font-size:x-large;
}
span{
    font-weight: bold;
    color:black;
}

li{
   line-height: 2.5;
    text-align: left;
    width: 70%;
    position:relative;
    left: 20%;
    font-size: large;
    color:rgb(37, 37, 37);
   }
#comment{
    font-size:large;
    font-style:italic;
}
#end{
    font-size:1.4rem;
}
