* {
    font-family: sans-serif;
    color: indigo;
}

body {
    background-color: #d1fcfc;
}

hr {
    background-color: fuchsia;
    height: 2px
}

h1 {
    font-size: 35pt;
}

h2 {
    font-size: 30pt;
}

h1,
h2 {
    color: rgb(165, 75, 250);
    font-family: cursive;
}

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

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