.bg-allgeier {
    background: linear-gradient(0deg, #0b4b9a 0%, #212b55 100%)
}

.chat-bubble {
    line-height: 1.3em;
    position: relative;
}

.chat-bubble-arrow {
    border-color: #0b4b9a transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    position: absolute;
    bottom: -19px;
    left: 50%;
}

header {
    z-index: 1;
}

main {
    margin: 80px 0;
}