body {
    background-image: url(bg.jpg);
    color:aliceblue;
    /* text-align: center;
    align: center; */

    p{text-decoration: blink;
    word-spacing: 10px;
    color: whitesmoke;
    font-family: 'Courier New';
    text-align: left;
    }

    a:link, a:visited{
        font-family: 'Courier New';
        color: black;
        text-decoration: none;
        background-color: grey;
        border-style: solid;
        font-size: 25px;
    }
    a:active, a:hover{
        color: silver;
        text-decoration: none;
        border-style: dashed;
    }
    div{
        border-style: dotted;
        border-color: grey;
        border-width: medium;
        height: 100%;
        width: 100%;
    }
}