footer {
    visibility: hidden
}

#scoti_gif {
    max-width: 5vw !important;
    border: none !important;
}

#ssy_logo {
    max-width: 15vw !important;
    border: none !important;
}

.message.user {
    background-color: #f0f0f0;
    min-height: 4vw !important;
    max-height: 20vw !important;
    max-width: 30vw !important
}

.message.bot {
    background-color: #f0f0f0;
    min-height: 4vw !important;
    max-width: 50vw !important;
    max-height: 100vw !important;
}

[data-testid="chatbot-image"] {
    min-width: 40vw !important;
    min-height: 40vh !important;

    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important
}