p {
text-indent: 40px;
text-align: justify;
}
h2 {
text-align: center;
}
#ratatengah{
background-color: blue;
text-align: center;
color: white;
}
ol {
list-style-type: decimal;
}
ol ol {
list-style-type: lower-alpha;
}
ol ol ol {
list-style-type: lower-roman;
}