.text {
    font-family: "comic sans ms", "papyrus", sans-serif;
    text-align: center;
    color: white;
    text-shadow: 4px 4px black;
    font-size: 20px;

    
}
body {

background-image: url('backgroud wp.jpg');
background-attachment: fixed;
background-position: center;

}

.image1 {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
                    

}