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

body {

    background-color: rgb(1, 37, 125);

}

main {

    width: 70%;
    margin: auto;
}

h1,
h2 {

    color: rgb(0, 255, 255);
    font-family: Georgia;
}

p {

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

hr {

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