:root {
    --main-bg: #ffffff;
    --main-fg: #ffffff;
 background-image: url("1.png");
    --result-link-fg: #FF9800;
    --result-fg: #00BCD4;

    --button-bg: #fff;

    --special-result-border: opacity: 0;
    --special-text-background: #00BCD4;
    --special-text-color: #202124;

    --search-container-text-color: #202124;
    --search-container-background-color: #fff;
    --search-container-background-border: #dadce0;

    --search-form-background-color: #ffffff;
    
    --border: #dadce0;

    --footer-fg: #202124;
    --footer-bg: #00BCD4;
}