body {
background-color: rgba(185, 19, 13, 0.999);
}

h1 {
color: rgb(240, 220, 86);
text-align: center;
}

h2 {
    color: rgb(240, 220, 86);
    text-align: center;
}

h3 {
    color: aliceblue;
    text-align: center;
}

ul {
    color: aliceblue;
    list-style-type: circle; color: aliceblue;
}