* {
    font-family: sans-serif;
    color: rgb(21, 22, 22);
}

body {
    background-color: #8fbc8f;
}

hr {
    background-color: rgb(3, 0, 3);
    height: 2px
}

h1 {
    font-size: 35pt;
}

h2 {
    font-size: 30pt;
}

h1 {
    color: #800080;
}
h2 {
    color: #9370db ;
    font-family: cursive;
}

main {
    width: 60%;
    margin: auto;
}

p,ul
 {
    font-size: 14pt;
    line-height: 20pt;
}