<!DOCTYPE html>

<head>     

<style>        

body{         text-align: center;         

background: url("https://codecademy-content.s3.amazonaws.com/courses/web-beginner-en-3pc6w/images/splash.jpg" );         

background-size: cover;         

background-position: center center;         

background-repeat: no-repeat;         

background-attachment: fixed;         

color: white;         

font-family: Helvetica;     }              

</style>     

</head>     

<body>        

<img src="https://codecademy-content.s3.amazonaws.com/courses/web-beginner-en-3pc6w/images/avatar.jpg" height="250" width="250">   

 <p>       Hi, I am Stacey and I am super bored with my life and I am about to fall asleep.</p>     

<style>      input {         border: 0;         padding: 12px;         font-size: 18px;      }
             </style>    <input type="email" placeholder="Email">     <input type="submit">     </body>