/*I DON'T LIKE CSS*/

    body {
        background-image: url("Pictures/OIP.jpg");
        background-repeat: no-repeat;
        background-size:cover;
    }

    body {
color: aliceblue;
    }

    p{text-align: center;}

article{text-align: center; font-size: large;}

    h1{text-align: center;}

