body{
    color: rgb(0, 0, 0);
    background-color: rgba(143, 143, 141, 0.901);    
    margin:0px; 
    padding:0px; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: center;
}
p{
    text-align: left;
}
.black{
    background-color:black;
    color: white;
    padding: 3px;
}
#title1{
    font-weight: bolder;
    background-color: black;
    color: white;
    padding: 8px;
    text-align: center;
}
#title2{
    font-weight: bolder;
    background-color: rgba(143, 143, 141, 0.901);
    padding: 8px;
    text-align: center;
}
.list{
    text-align: center;
}
ul.li{
    text-align: left;
    display: inline-block;
    list-style: circle;
}
img{
    border-style: double;
    border-width: thick;
}
.description{
    text-align: center;
    font-size: medium;
    font-weight: lighter;
    font-style: oblique;
}