p{
    font-family: "Arial";
}
h1{
    font-family:"Georgia";
}

body{
    font-size: 10px;
}

h1{
    font-size: 5em;
}

p{
    font-size: 2em;
}

span{
    font-size: 1.5em;
}
span{
    font-weight: 800;
}
p{
    line-height:1.5;
}
h1{
    text-align:center;
}
h1{
    text-decoration:line-through;
}
