* {
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    flex-grow: 0;
    background-size: contain;
}

body {
    --appBackground: rgb(245, 247, 249);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: var(--appBackground);

    /* orange */
    --goodOrange: rgb(244, 181, 72);
    --goodOrangeFilter: brightness(0) saturate(100%) invert(74%) sepia(52%) saturate(671%) hue-rotate(336deg) brightness(104%) contrast(91%);
    --goodOrangeBlurrest: rgba(244, 181, 72, 0.03);
    --goodOrangeBlur: rgba(244, 181, 72, 0.15);
    --goodOrangeBlurry: rgba(244, 181, 72, 0.2);
    --goodOrangeBlurMedium: rgba(244, 181, 72, 0.1);
    /* green */
    --themeColor: rgb(18, 185, 138);
    --themeColorBlur: rgba(18, 185, 138, 0.2);
    --themeColorBlurMedium: rgba(18, 185, 138, 0.1);
    --themeColorBlurrest: rgba(18, 185, 138, 0.03);
    --themeColorFilter: brightness(0) saturate(100%) invert(52%) sepia(97%) saturate(356%) hue-rotate(112deg) brightness(91%) contrast(100%);
}

.footer-bottom-company-copyright {
    padding: 15px 0px 10px 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: small;
    color: gray;
}

.footer-bottom-company-copyright img {
    filter: grayscale(1);
    width: 25px;
    height: 25px;
}