body {
    padding: 0;
    margin: 0;
}

.hidden {
    overflow: hidden;
    white-space: nowrap;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

.chatbot-img {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;

    p {
        margin: 0;
    }

    img {
        display: block;
    }
}

.chatbot-btn {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 53px;
    transform: translateX(-50%);
    z-index: 1;
    cursor: pointer;
}



.chatbot-btn:hover,
.chatbot-btn:focus {
    outline: 0;
    border-radius: 2px;
    box-shadow:
        0 0 0 2px #a9dfff,
        0 0 0 3px #00256c;
}