*{box-sizing: border-box;}

body{
    background-image: url(clearing.png);
    background-size: cover;
    
}

.sadie{
position: fixed;
margin-top: 500px ;
margin-left: 620px;
}

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

.clear{
     background-color: rgba(255, 255, 255, 0); 
  width: 200px;
height: 300px;
  padding: 20px;
  position: fixed;
  margin-top: 280px;
  margin-left: 320px;
}