html, body {
    background-color: #142b3b;
    color: white;
    padding: 10px;
    font-size: 17px;
}

h2, h3 {
    color: #e2aa00;
}

p {
    text-align: justify;
}