﻿
html {
    background-image: url("../img/1800h1200-drone-from-top-and-side.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-color: gray;
}

body {
    color: white;
    height: 100%;
    overflow: hidden;
}

.header {
    text-align: center;
    margin-right: 10%;
    top: 15%;
    position: relative;
    font-size: 3rem;
}

.chat-widget__button--expand {
}

.chat-widget__container .chat-widget__button--expand {
}

.chat-widget__container .chat-widget__button--expand-icon {
    line-height: 56px;
}

.chat-widget__container .chat-widget__button--close {
}
