    .badges {
    color: white;
    box-shadow: inset 0px 0px 20px 0px #000000;
    background: #1b5115;
    }
    .badges img {
          filter: invert(1);
    }
    body {
      --flagshadow: black;
    --mainshadow: lightgrey;
    --mainbg: white;
    --sidebarbg: white;
    --secondary1: black;
    --secondary2: white;
    --primary1: #c2e1ff;
    --primary2: #0b2742;
    --primary3: #51859d;
    --complimentary: #b2cdff;
    --linkcolorsidebar: #0b2742;
    background-image: url(/old/europe/greece/img/pattern.jpg);
    }
    nav a, .linkbar a {
        color: white;
    -webkit-text-stroke-color: black;
    }
    aside a:hover {
          background: linear-gradient(to left, var(--linkcolorsidebar), darkblue);
    }
    .floatingimg {
      margin:10px;
      float:right;
    }
    @media (max-width: 600px) {
      .floatingimg {
        display:block;
        float:none;
        padding:10px;
        margin:auto;
        max-width:300px;
        width:100%;
      }
      main {
        padding:10px;
      }
    }
    ::selection {
      background:black;
      color:white;
    }