body{
    color: antiquewhite;
}
h1{
    color: green;
    font-family: 'Courier New', Courier, monospace;

}
h2{
    color:black;
}
h3{
    color:rgb(3, 58, 68);
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
ol{
    font-family: 'Times New Roman', Times, serif;
    color: rgb(43, 23, 219);
}
p{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:blueviolet;
}
h4{
    font-size: x-large;
    color:rgb(110, 97, 182);
    font-family:'Times New Roman', Times, serif;
}