h1{
    color: red;
    font-size: 50px;
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
}
#j{
    color: blue;
    font-size: 30px;
    text-align: center;
    font-family: cursive;
}
img{
margin-left: auto;
margin-right: auto;
display: block;
}