img {
    width: 25%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
    }
button {
    cursor: pointer;
    background: #E8555E;
    color: white;
    border-radius: 5px;
    outline: 0;
    border: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    padding: 10px 40px;
    z-index: 900;
    }