﻿// CSS Document */
body {
    background-color:rgb(163, 130, 102);

    h1 { 
        color: red;
        }
    p {
        text-align: center;
        font-style: italic;
        color: green;

        }
}
