    :root {
        --theme-color:#2299d7;
        --text-color:#000000;
        --gradient-color:#333333;
        --anchor-color:#ffffff;
        --anchor2-color:#2299d7;
        --background-color:#ffffff;
        --cartouche-background:#ffffff;
        --touche-text:#eae1e1;
    }
    body {
        background-color:var(--background-color);
        color: black;
        min-width:280px;
    
    }
    
    h3 {
        text-align:center;
        color: var(--theme-color);
        font-family:sans-serif;
    }
    h4 {
        text-align: center;
        font-family:sans-serif;
        color:var(--text-color);
    }
    a {
        color:var(--anchor-color);
    
    }
    .a2{
        color:var(--anchor2-color);
        
    }
    .contact{
        padding-top:8px;
        text-align:center;
        font-size:large;
        font-family:sans-serif;
    }
     .extraButton{
        padding:15px;
        color:var(--anchor-color);
        text-align:center;
        height:25px;
        cursor:pointer;
    }
    .iconBadge{
        width:50px;
        height:50px;
        cursor:pointer;
        margin-top:10px;
        background-image: linear-gradient(135deg,var(--gradient-color),var(--theme-color));
        border-radius:4px;
    }
    #banner {
        background:no-repeat url(../Resources/Images/bannerblueorca.jpg);
        background-color:black;
        background-size:cover;
        height:100px;
    }
    #toolbar {
        /*background-image: url(Resources/Images/Banner.png);*/
        padding:2px;
        border-bottom:2px solid var(--theme-color);
        /*background-color:--theme-color;*/
        background-image:linear-gradient(0deg,var(--gradient-color),var(--theme-color));
    }
    #menuDiv{
        display:inline;
        position:relative;
    }
    #popupMenu{
        width:150px;
        background-color:var(--theme-color);
        border:1px solid silver;
        position:absolute;
        text-align:center;
        padding:5px;
        z-index:20;
        border-radius:5px;
        visibility:collapse;
    }
    #time-spent {
        display:none;
        font-size: 1.5rem;
        color: #333;
        margin: 2px;
    }
    #timeButton {
        margin-top:1px;
    }