    body{
            background: #cea7b9;
            background-repeat:repeat-y;
            background-position: right;
            background-attachment: fixed;
            background-image: url(_img/pngtree-rose-flowers-blooming-butterflies-flying-daylight-rays-hello-spring-festival-web-image_15636462.jpg);       
        }

        h2{
            color: rgb(0, 0, 0);
    }
    
   h1{
        font-size: 35pt;
        font-style: italic;
        background-color: brown;

    }
    h3{
        background: white;
        color: blue;    
    }
    p{
        color: purple;
        font-style: oblique;
        align-content: center;
    }