body{
    background-color: #22113b;
    padding: 20px;
    margin: 0;
}
p{
    color: #d5d5d5;
    font-family: 'Poppins',sans-serif;
    text-align: justify;
    font-size: 25px;
    line-height: 42px;
}
img{
    height: 350px;
    float: left;
    shape-outside: url('ghost.png');
    margin-top: 150px;
    shape-margin: 15px;
}