.jconfirm-holder {
    display: flex;
    justify-content: center;
    max-width: 450px;
    margin: auto;
}

#Footer {
    background: #000000;
    padding-top: 80px;
    padding-bottom: 60px;
    gap: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#Footer>div>img {
    width: 100px;
    margin-bottom: 20px;
}

#Footer>div>h3 {
    color: #fff;
}

.footer_socials {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
}

.footer_socials a {
    display: block;
    width: 40px;
    height: 40px;
    background: #222;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.footer_socials a:hover {
    background: #ffffff11;
}

.footer_socials a>img {
    width: 65%;
}

.footer_menu {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 0 10px;
}

.footer_menu>a {
    color: #fff;
    font-size: 14px;
}

.copyright {
    margin-top: 20px;
    color: #9e9494;
    font-size: 14px;
}