
.holder {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: auto;
    text-align: center;
}

img {
    margin: 0 auto;
}

h1 {
    color: red;
    margin-top: 40px;
}