h1{
    display: inline;
}


p{
    display: inline;
}


.boop{
   background-color: antiquewhite;
    width: 380px;
    height: 300px;
    padding: 20px;
    
}

.ghost{
    margin: 5px;
    padding: 15px;
    position: absolute;
    left: 150px;
    top: 27px;
}
body{
    background-color: #f4b7b7
}