.content-centered-animation {
    margin: 0;
    display: flex;
    align-content: center;
    justify-content: center;
}

.content-centered-animation img {
    width: 30vw;
    position: relative;
    top: -50px;
}