*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: gainsboro
}
img{
    width: 300px;
    height: 500px;
    border-radius: 50px 5px 50px 5px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
div h1{
    margin-bottom: 30px;
    text-align: center;
    text-shadow: 7px 7px 0px #fbc531, 15px 15px 0px #a37c13
}