body{
    background-color: black;
    zoom: 150%;
}

h1{
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

h2{
    color: white;
    font-family: 'Times New Roman', Times, serif;
}

h3 {
    color: white;
    font-family: 'Times New Roman', Times, serif;
}

p{
    color: white;
    font-family: Arial;
}

a{
    color: red;
}

hr {
    border-color: rgb(39, 39, 39);
}
