* {
    font-family: sans-serif;
    color: rgb(36, 26, 36);
}

body {
    background-color: rgb(20, 125, 211);

}

hr {
    color: rgb(255, 255, 255);
    background-color: rgba(16, 71, 223, 0.829);
    height: 8px;
}

h1,
h2 {
    color: rgb(0, 29, 107);
    font-family: cursive;
}

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

p {
    font-size: 12pt;
    line-height: 17pt;
}