* {
    font-family: sans-serif;
    color: rgb(253, 248, 240);
}

body {
    background-color: rgb(24, 82, 184);
}

hr {
    color: rgb(125, 249, 255);
    background-color: rgb(125, 249, 255);
    height: 5px;
}

h1,
h2 {
    color: rgb(125, 249, 255);
    font-family: Georgia;
}

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

p {
    font-size: 13pt;
    line-height: 18pt;
}