h1{
    color:rgb(0, 0, 0);
    font-family:"fantasy";
    font-size: 65px;
    text-align: center;
    background-color:thistle;
}
h2{
    color:rgb(0, 0, 0);
    font-family:"fantasy";
    font-size: 15px;
    text-align: center;

}
h4{
    background-color:thistle;
    font-size: 20px;
}