body {
    position: relative;
    min-height: 100vh;
}
.footer {
    width: 100%;
    background: -webkit-linear-gradient(90deg, #8fb0ff,#709bff,#6190ff);
    background: linear-gradient(90deg, #8fb0ff,#709bff,#6190ff);
    padding: 10px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
}
.footer__img {
    width: 200px;
}
.footer__img img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.deploy {
    color: #fff;
    font-size: 20px;
}