

body {
    font-size: 14px;
    color: navy;
    font-family: arial, helvetica, sans-serif;
}


h1 {
    color: yellow;
    background-color: blue;
    font-size: 2em;
}


    p {
        color: red;
    letter-spacing: 0.5em;
    word-spacing: 2em;
    line-height: 1.5;
    text-align: center;

    }

    a {
        color: blue;
    text-decoration: none;
    }
    


h2 {
    font-size: 1.5em;
    
    margin: 200px;
    padding: 400px;
}
    

strong {
    font-style: italic;
    text-transform: uppercase;
}


