*{box-sizing: border-box;}


body{
    background-image: url(pumpkinbg.jpg);
    background-size: cover;
    
}
 h4{
    color: aliceblue;
    position: fixed;
    background-color: chocolate;
    padding: 5px;
 }

 img{
    position: fixed;
    margin-top: -250px;
    margin-left: 600px;

 }
 .textbox{
    background-color: aliceblue;
    position: fixed;
top: 100px;
left: 300px;
margin: 0px;
padding: 30px;
border-radius: 15px;
font-family: "pf-videotext", sans-serif;
font-weight: 400;
font-style: normal;
}