body{
 background-color: white;
 color: black;
 font-size: 18px;
 font-family:sans-serif;
 margin: 25px;
}
#title{
 font-size: 40px;
 font-family: serif;
 font-weight; bold;
 border-bottom: thin solid grey;
 margin-bottom: 30px;
}
div{
 font-size: 25px;
 font-weight: bold;
 border-left: thick solid green;
 border-bottom: thin solid green ;
 margin-bottom: 20px;
 margin-top: 20px;
 padding-left: 10px;
}
.normal{
}