html {
    height: 100%;
    overflow: hidden;
}
body {
    background-color: #1F4E8C;
    display: grid;
    place-items: center;
    height: 100%;
}

img {
    filter: drop-shadow(10px 10px 30px #2877bd);
    max-width: 100%;
}