h1 {
    color: blue;
    size: 100cm;
    
}
p {
    font-size:medium;
    font-family: sans-serif;
    size: 100cm;
    color: azure;
    
}
head {
    font-stretch: extra-expanded;
}
a {
    font-style: italic;
}