html{
    font-family: fantasy;
    font-size: 200px;
    font-style: oblique;
    color: darkorange;
    text-align: center;
    background-color: brown;
}

.body{
    margin: 10px;
}

.letras{
    font-size: 200px;
}
p0{
    opacity: 0.2;
    font-size: 80px;
}
p1{
    opacity: 0.4;
    font-size: 100px;
}
p2{
    opacity: 0.6;
    font-size: 120px;
}

p3{
    opacity: 0.8;
    font-size: 140px;
}

p4{
    opacity: 1.0;
    font-size: 160px;
}

p5{
    opacity: 1.2;
    font-size: 180px;
}

p6{
    opacity: 1.4;
    font-size: 200px;
}