body {
    font-family: Roboto;
}

h1 {
    font-family: Roboto;
    color:blue;
    text-align:center;
    background-color:white;
    font-size:x-large
}
h1:first-letter {
    color: blue;
    font-size: xx-large;
}
   
    .span.fifth-letter {
            font-size: xx-large; 
            color: blue;
    }
p:first-letter{
    font-size: x-large;
    color: black;
}

h2,h3,h4,h5{
    text-align: left;
    color: black;
    font-family: fantasy;
    background-color: lightgrey;

}
