body{
    display: flex;
    background: #ccc;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
p{
    font-size: 38px;
    color: #f2f2f2;
}
img{
    height: 50vh;
    width: auto;
    margin: 50px;
    filter: drop-shadow(1px 1px 1px rgb(136, 136, 136));
}