body{
    background-color: rgb(52, 12, 12);
    font-family: 'Courier New', Courier, monospace;
}
h1{
    font-family:Arial, Helvetica, sans-serif;
    font-size: medium;
    color: rgb(255, 187, 0);
    text-align: center;
}

p{
    font-family: cursive;
    font-size: small;
    color: rgb(2, 97, 169);
    text-align: justify;
}

h2{
    font-family:Arial, Helvetica, sans-serif;
    font-size: medium;
    color: rgb(255, 187, 0);
    text-align: center;
}

p{
    font-family: cursive;
    font-size: small;
    color: rgb(2, 97, 169);
    text-align: justify;
}

h3{
    font-family:Arial, Helvetica, sans-serif;
    font-size: medium;
    color: rgb(255, 187, 0);
    text-align: center;
}

p{
    font-family: cursive;
    font-size: small;
    color: rgb(2, 97, 169);
    text-align: justify;
}